Apache Spark’s fine-grained processing of RDBMS records part 11: Yet another issue in execSQL()!
The Problem The previous post suggests a fix to execSQL() to handle null values. We are not done yet. Let’s take a look at the main function updateTable() in approach IV: In the call updateDF.foreachPartition()…
Read More