3.10.2022 Release Notes

Here are the release notes for March 10, 2022.

:rocket: FEATURES:rocket:

  • Publish Spark ARM docker image for developer testing. The latest production image is tagged production-io.ascend-spark_2.12-3.2.0-arm64-SNAPSHOT for Spark version 3.2.0, and production-io.ascend-spark_2.12-3.1.2-arm64-SNAPSHOT for Spark version 3.1.2

:wrench: BUGFIXES:wrench:

  • Fix BigQuery Write Connector schema for certain nested schema types. For instance - a column with type ARRAY<INT64> was incorrectly created with an added level of nesting as STRUCT<list ARRAY<STRUCT<element INT64>>>
    -Fix Redshift connector issue resulting in Write Connectors with varchar column types that are too small.
  • Improve the stability of Salesforce Read Connector for large volumes of data.