Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
2.0.0
Description
JDBC batch inserts currently are set to repeatedly retrieve the number of fields inside the row iterator:
val numFields = rddSchema.fields.length
This value does not change and can be set prior to the loop.