Last active
July 14, 2022 07:25
-
-
Save kywe665/2ca7ceb26ce435502f4488b561911f52 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| origvalue = spark. \ | |
| read. \ | |
| format("hudi"). \ | |
| load(basePath). \ | |
| where("_hoodie_record_key = '1526970901000000'") | |
| display(origvalue.select("tipAmount")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment