Skip to content

Commit 1ecdc94

Browse files
committed
2024_09 - Fix monthly broken links - jianleishen
1 parent 7b5afd6 commit 1ecdc94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/data-factory/format-avro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The below table lists the properties supported by an avro sink. You can edit the
117117
## Data type support
118118

119119
### Copy activity
120-
Avro [complex data types](https://avro.apache.org/docs/current/spec.html#schema_complex) are not supported (records, enums, arrays, maps, unions, and fixed) in Copy Activity.
120+
Avro complex data types are not supported (records, enums, arrays, maps, unions, and fixed) in Copy Activity.
121121

122122
### Data flows
123123
When working with Avro files in data flows, you can read and write complex data types, but be sure to clear the physical schema from the dataset first. In data flows, you can set your logical projection and derive columns that are complex structures, then auto-map those fields to an Avro file.

articles/data-factory/supported-file-formats-and-compression-codecs-legacy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ To use Avro format in a Hive table, you can refer to [Apache Hive's tutorial](ht
530530

531531
Note the following points:
532532

533-
* [Complex data types](https://avro.apache.org/docs/current/spec.html#schema_complex) are not supported (records, enums, arrays, maps, unions, and fixed).
533+
* Complex data types are not supported (records, enums, arrays, maps, unions, and fixed).
534534

535535
## <a name="compression-support"></a> Compression support (legacy)
536536

0 commit comments

Comments
 (0)