Skip to content

Commit 96197db

Browse files
authored
Merge pull request #116726 from kevinvngo/patch-164
Private preview for COPY parquet improvement
2 parents cc57de9 + 6f875aa commit 96197db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/synapse-analytics/sql-data-warehouse/release-notes-10-0-10106-0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ For tooling improvements, make sure you have the correct version installed speci
4444
|**Workload Isolation (GA)**|[Workload isolation](https://docs.microsoft.com/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-workload-isolation) is now generally available. Through [workload groups](https://docs.microsoft.com/sql/t-sql/statements/create-workload-group-transact-sql?view=azure-sqldw-latest) you can reserve and contain resources. The ability to configure query timeouts to cancel runaway queries is also possible.|
4545
|**Workload Management Portal experience (Preview)**| Users can configure and manage their workload management settings via the Azure portal. The ability to configure [workload groups](https://docs.microsoft.com/azure/synapse-analytics/sql-data-warehouse/quickstart-create-a-workload-classifier-portal) and [workload classifiers](https://docs.microsoft.com/azure/synapse-analytics/sql-data-warehouse/quickstart-create-a-workload-classifier-portal) with importance is possible.|
4646
|**Alter workload group**|The ability to use the [ALTER WORKLOAD GROUP](https://docs.microsoft.com/sql/t-sql/statements/alter-workload-group-transact-sql?view=azure-sqldw-latest) command is now available. Use alter to change the configuration of an existing [workload group](https://docs.microsoft.com/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-workload-isolation).|
47-
|**Auto-schema detection for Parquet files with COPY command**|The [COPY command](https://docs.microsoft.com/sql/t-sql/statements/copy-into-transact-sql?view=azure-sqldw-latest) now supports auto-schema detection when loading Parquet files. The command will automatically detect the Parquet file schema and create the table prior to the load.|
48-
|**Load complex Parquet data types with COPY command**|The [COPY command](https://docs.microsoft.com/sql/t-sql/statements/copy-into-transact-sql?view=azure-sqldw-latest) now supports loading complex Parquet types. You can load complex types such as Maps and Lists into string columns.|
47+
|**Auto-schema detection for Parquet files with COPY command (preview)**|The [COPY command](https://docs.microsoft.com/sql/t-sql/statements/copy-into-transact-sql?view=azure-sqldw-latest) now supports auto-schema detection when loading Parquet files. The command will automatically detect the Parquet file schema and create the table prior to the load. Reach out to the following email distribution list to get whitelisted: [email protected]. |
48+
|**Load complex Parquet data types with COPY command (preview)**|The [COPY command](https://docs.microsoft.com/sql/t-sql/statements/copy-into-transact-sql?view=azure-sqldw-latest) now supports loading complex Parquet types. You can load complex types such as Maps and Lists into string columns. Reach out to the following email distribution list to get whitelisted: [email protected]. |
4949
|**Auto-compression detection of Parquet files with COPY command**|The [COPY command](https://docs.microsoft.com/sql/t-sql/statements/copy-into-transact-sql?view=azure-sqldw-latest) now supports auto-detection of the compression method for the Parquet file(s).|
5050
|**Additional load recommendations**|[Load recommendations](https://docs.microsoft.com/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-concept-recommendations) are now available for Synapse SQL. Get proactive notifications when you should split your files for maximum throughput, co-locate your storage account with your SQL pool, or increase the batch size when using loading utilities such as the SQLBulkCopy API or BCP|
5151
|**T-SQL Updatable distribution column (GA)**|Users can now update data stored in the distribution column. Check out [guidance for designing distributed tables in Synapse SQL pool](https://docs.microsoft.com/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-tables-distribute) for details.|

0 commit comments

Comments
 (0)