Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2022 01:09 AM
Correct!
There is no specific syntax for parquet.
You just read the source data (the new incoming records) into a spark dataframe.
Use that dataframe for the merge (if you use sql, first create a temp view on the dataframe).