3.10.2022 Release Notes
almost 3 years ago
Here are the release notes for March 10, 2022.
π FEATURESπ
- 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, andproduction-io.ascend-spark_2.12-3.1.2-arm64-SNAPSHOT
for Spark version 3.1.2
π§ BUGFIXESπ§
- 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 asSTRUCT<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.