-
-
Save kywe665/5d80a856b532fcb0ceeae13220ad3025 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
| testupdate = spark. \ | |
| read. \ | |
| format("hudi"). \ | |
| option("as.of.instant", "20220624055125356"). \ | |
| load(basePath). \ | |
| where("_hoodie_record_key = '1526970901000000'") | |
| display(testupdate.select("tipAmount")) | |
| # you can travel back in time before the upsert and reproduce the original tipAmount |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment