Hello...
can someone please point me to AWS EMR-serverless scala examples to read and write delta tables ?
Am able to find only PySpark examples on internet.
j
JosephK (exDatabricks)
05/22/2023, 11:37 AM
There should be no code difference between python and scala. The setup of the cluster will be different, but no code changes.
t
TD
05/22/2023, 4:57 PM
Thats not entirely true. Most common code will be very similar in scala and python, but there are significant difference in places like
DeltaTable.merge
.
j
JosephK (exDatabricks)
05/22/2023, 5:01 PM
Yes, I meant there would be no difference for read and write methods