File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: Use the COPY statement in Azure Synapse Analytics and Warehouse in
55author : periclesrocha
66ms.author : procha
77ms.reviewer : wiassaf, mikeray
8- ms.date : 10/27/2023
8+ ms.date : 03/22/2024
99ms.service : sql
1010ms.subservice : t-sql
1111ms.topic : reference
@@ -42,6 +42,10 @@ Use COPY for the following capabilities:
4242- Specify wildcards and multiple files in the storage location path
4343- Automatic schema discovery simplifies the process of defining and mapping source data into target tables
4444- The automatic table creation process automatically creates the tables and works alongside with automatic schema discovery
45+ - Directly load complex data types from Parquet files such as Maps and Lists into string columns, without using other tools to preprocess the data
46+
47+ > [ !NOTE]
48+ > To load complex data types from Parquet files, automatic table creation must be turned on by using ` AUTO_CREATE_TABLE ` .
4549
4650Visit the following documentation for comprehensive examples and quickstarts using the COPY statement:
4751
You can’t perform that action at this time.
0 commit comments