Skip to content

Instantly share code, notes, and snippets.

@kywe665
Last active July 14, 2022 07:25
Show Gist options
  • Select an option

  • Save kywe665/2ca7ceb26ce435502f4488b561911f52 to your computer and use it in GitHub Desktop.

Select an option

Save kywe665/2ca7ceb26ce435502f4488b561911f52 to your computer and use it in GitHub Desktop.
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