Skip to content

Instantly share code, notes, and snippets.

@kywe665
Created July 14, 2022 07:32
Show Gist options
  • Select an option

  • Save kywe665/14687195d23ae96f33b4fe7f0c23251b to your computer and use it in GitHub Desktop.

Select an option

Save kywe665/14687195d23ae96f33b4fe7f0c23251b to your computer and use it in GitHub Desktop.
todelete = spark. \
read. \
format("hudi"). \
load(basePath). \
where("_hoodie_record_key = '1527015638000000'")
display(todelete)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment