10.21.2021 Release Notes
over 3 years ago
Here are the release notes for October 21, 2021.
đ FEATURESđ
- Add a separate component state of waiting âCluster Capacityâ to indicate when component is waiting to process due to insufficient cluster capacity, instead of keeping components in âReadyâ state
- Site Admins can view the Spark UI for the Spark cluster that powers the âQueryâ panel in the Ascend interface
⨠ENHANCEMENTSâ¨
- [Snowflake Write Connector] Improve speed in cases where the cluster has capacity to process additional Ascend partitions in parallel
- [Snowflake Write Connector] If the desired schema doesnât exist in the database and the âalterâ option is chosen, automatically create the Snowflake schema
- Improve performance of schema inference for Redshift and Snowflake write connections for large Dataframes
- Unblock writing large strings into Redshift by coercing string type in Redshift to
varchar(65535)
instead of the Spark defaultvarchar(256)
- Add automatic schema management options for the new Redshift Write Connection
- Improve clarity of running partition count while a component is running
đ§ BUGFIXESđ§
- Ensure that Write Connector tasks are always failed if any of the write subtasks fail
- Fix edge case in checking for schema matches in Snowflake and Redshift connections
- Fix MS SQL Test Connection bug where Access check on Alter Table fails incorrectly
- Fix edge case where saving legacy Write Connectors would fail
- Fix edge case where details fields donât load while editing a connector
- Handle edge cases in S3 Test Read Connection where an exception arises during object read, hiding the actual failure during âTest Connectionâ
- Fix âTextâ data source for Spark jobs running in clustered mode
- Fix MS SQL statistics collection for tables larger than 2B records by using COUNT_BIG instead of COUNT
- Fixed case where not all components showed up as available as inputs in Additional Input Config for transforms
- Fix errors with Object Aggregation where thereâs an empty directory at the root of the aggregation
- Reduce cases of
Failed to process task: exceeded task submission deadline
by increasing timeout