v2.2.8
Added a new optional parameter, parallelism, to control the size of the thread pool used in uploads and downloads.
Example:
df.write
.format(SNOWFLAKE_SOURCE_NAME)
.option("parallelism", "12")
.mode(SaveMode.Overwrite)
.save()
Added a new optional parameter, parallelism, to control the size of the thread pool used in uploads and downloads.
Example:
df.write
.format(SNOWFLAKE_SOURCE_NAME)
.option("parallelism", "12")
.mode(SaveMode.Overwrite)
.save()