Release Spark Connector 2.11.1
·
41 commits
to master
since this release
Added support for AWS VPCE deployments and fixed some bugs:
- Support AWS VPCE. Added the configuration option S3_STAGE_VPCE_DNS_NAME for specifying the VPCE DNS name at the session level.
- Updated the connector to close JDBC connections to avoid connection leakage.
- Fixed a NullPointerException issue when sending telemetry messages.
- Added a new configuration option treat_decimal_as_long to enable the Spark Connector to return Long values instead of BigDecimal values, if the query returns Decimal(<any_precision>, 0). WARNING: If the value is greater than the maximum value of Long, an error will be raised.
- Added a new option proxy_protocol for specifying the proxy protocol (http or https) with AWS deployments. (The option has no effect on Azure and GCP deployments.)
- Added support for counting rows in a table where the row count is greater than the maximum value of Integer.
- Updated the connector to use the Snowflake JDBC driver 3.13.24.