Skip to content

Commit 1b09dfb

Browse files
committed
Clarify compression support for Avro/Parquet in Copy activity
1 parent b9d4e39 commit 1b09dfb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/data-factory/format-avro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: craigg
88
ms.service: data-factory
99
ms.workload: data-services
1010
ms.topic: conceptual
11-
ms.date: 09/04/2019
11+
ms.date: 02/13/2020
1212
ms.author: jingwang
1313

1414
---
@@ -27,7 +27,7 @@ For a full list of sections and properties available for defining datasets, see
2727
| ---------------- | ------------------------------------------------------------ | -------- |
2828
| type | The type property of the dataset must be set to **Avro**. | Yes |
2929
| location | Location settings of the file(s). Each file-based connector has its own location type and supported properties under `location`. **See details in connector article -> Dataset properties section**. | Yes |
30-
| avroCompressionCodec | The compression codec to use when writing to Avro files. When reading from Avro files, Data Factory automatically determine the compression codec based on the file metadata.<br>Supported types are "**none**" (default), "**deflate**", "**snappy**". | No |
30+
| avroCompressionCodec | The compression codec to use when writing to Avro files. When reading from Avro files, Data Factory automatically determine the compression codec based on the file metadata.<br>Supported types are "**none**" (default), "**deflate**", "**snappy**". Note currently Copy activity doesn't support Snappy when read/write Avro files. | No |
3131

3232
> [!NOTE]
3333
> White space in column name is not supported for Avro files.

articles/data-factory/format-parquet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For a full list of sections and properties available for defining datasets, see
2727
| ---------------- | ------------------------------------------------------------ | -------- |
2828
| type | The type property of the dataset must be set to **Parquet**. | Yes |
2929
| location | Location settings of the file(s). Each file-based connector has its own location type and supported properties under `location`. **See details in connector article -> Dataset properties section**. | Yes |
30-
| compressionCodec | The compression codec to use when writing to Parquet files. When reading from Parquet files, Data Factory automatically determine the compression codec based on the file metadata.<br>Supported types are “**none**”, “**gzip**”, “**snappy**” (default), and "**lzo**". Note currently Copy activity doesn't support LZO. | No |
30+
| compressionCodec | The compression codec to use when writing to Parquet files. When reading from Parquet files, Data Factory automatically determine the compression codec based on the file metadata.<br>Supported types are “**none**”, “**gzip**”, “**snappy**” (default), and "**lzo**". Note currently Copy activity doesn't support LZO when read/write Parquet files. | No |
3131

3232
> [!NOTE]
3333
> White space in column name is not supported for Parquet files.

0 commit comments

Comments
 (0)