File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
source/supported-unsupported Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,20 @@ Supported Data Formats
12
12
13
13
|data-lake| can read the following data formats:
14
14
15
- * `Avro <https://avro.apache.org/docs/current/>`_
15
+ * `Avro <https://avro.apache.org/docs/current/>`_
16
16
* `Parquet <https://parquet.apache.org/documentation/latest/>`_
17
17
* `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|
22
21
* :ref:`CSV <data-lake-csv-tsv-data>`
23
22
* :ref:`TSV <data-lake-csv-tsv-data>`
24
23
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
+
25
29
.. _data-lake-csv-tsv-data:
26
30
27
31
Comma-Separated and Tab-Separated Value Data Files
You can’t perform that action at this time.
0 commit comments