Skip to content

Commit fe324d9

Browse files
DOCSP-12242 update Supported Types on on ADL (#73)
* DOCSP-12242 update Supported Types on on ADL DOCSP-12242 converted to note DOCSP-12242 minor update * DOCSP-12242 updates for copy review feedback
1 parent de7066e commit fe324d9

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

source/supported-unsupported/supported-data-formats.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,20 @@ Supported Data Formats
1212

1313
|data-lake| can read the following data formats:
1414

15-
* `Avro <https://avro.apache.org/docs/current/>`_
15+
* `Avro <https://avro.apache.org/docs/current/>`_
1616
* `Parquet <https://parquet.apache.org/documentation/latest/>`_
1717
* `ORC <https://orc.apache.org/docs/>`_
18-
* |json|
19-
* |json| compressed with `gzip <https://www.gnu.org/software/gzip/manual/gzip.html>`__
20-
* :manual:`MongoDB Extended JSON </reference/mongodb-extended-json/>`
21-
* |bson|
18+
* |json|
19+
* :manual:`MongoDB Extended JSON </reference/mongodb-extended-json/>`
20+
* |bson|
2221
* :ref:`CSV <data-lake-csv-tsv-data>`
2322
* :ref:`TSV <data-lake-csv-tsv-data>`
2423

24+
{+adl+} also supports the above formats, except `Parquet
25+
<https://parquet.apache.org/documentation/latest/>`_ and `ORC
26+
<https://orc.apache.org/docs/>`_, compressed with `gzip
27+
<https://www.gnu.org/software/gzip/manual/gzip.html>`__.
28+
2529
.. _data-lake-csv-tsv-data:
2630

2731
Comma-Separated and Tab-Separated Value Data Files

0 commit comments

Comments
 (0)