Skip to content

v.2.4.11

Compare
Choose a tag to compare
@binglihub binglihub released this 03 Dec 23:52
· 416 commits to master since this release

Add keep_column_name parameter. Default value of this parameter is off.
When this parameter is set to on:

  • Spark connector will not automatically capitalize all letters in the column names when creating Snowflake table from Spark.
  • Spark connector will not quoted the column names if it contains any characters except letters, underscore, and numbers.