@@ -12,20 +12,45 @@ Supported Data Formats
1212
1313|data-lake| can read the following data formats:
1414
15- * `Avro <https://avro.apache.org/docs/current/>`_
16- * `Parquet <https://parquet.apache.org/documentation/latest/>`_
17- * `ORC <https://orc.apache.org/docs/>`_
18- * |json|
19- * :manual:`MongoDB Extended JSON </reference/mongodb-extended-json/>`
20- * |bson|
21- * :ref:`CSV <data-lake-csv-tsv-data>`
22- * :ref:`TSV <data-lake-csv-tsv-data>`
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>`__ or
28- `bzip2 <https://www.sourceware.org/bzip2/>`__.
15+ .. list-table::
16+ :header-rows: 1
17+ :widths: 20 80
18+
19+ * - Supported Format
20+ - Supported Compression
21+
22+ * - `Avro <https://avro.apache.org/docs/current/>`_
23+ - - `gzip <https://www.gnu.org/software/gzip/manual/gzip.html>`__
24+ - `bzip2 <https://www.sourceware.org/bzip2/>`__
25+
26+ * - `Parquet <https://parquet.apache.org/documentation/latest/>`_
27+ - - `gzip <https://www.gnu.org/software/gzip/manual/gzip.html>`__
28+ - `snappy <http://google.github.io/snappy/>`__
29+
30+ * - `ORC <https://orc.apache.org/docs/>`_
31+ - - `snappy <http://google.github.io/snappy/>`__
32+ - `zlib <https://zlib.net/>`__
33+
34+ * - |json|
35+ - - `gzip <https://www.gnu.org/software/gzip/manual/gzip.html>`__
36+ - `bzip2 <https://www.sourceware.org/bzip2/>`__
37+
38+ * - :manual:`MongoDB Extended JSON
39+ </reference/mongodb-extended-json/>`
40+ - - `gzip <https://www.gnu.org/software/gzip/manual/gzip.html>`__
41+ - `bzip2 <https://www.sourceware.org/bzip2/>`__
42+
43+ * - |bson|
44+ - - `gzip <https://www.gnu.org/software/gzip/manual/gzip.html>`__
45+ - `bzip2 <https://www.sourceware.org/bzip2/>`__
46+
47+ * - :ref:`CSV <data-lake-csv-tsv-data>`
48+ - - `gzip <https://www.gnu.org/software/gzip/manual/gzip.html>`__
49+ - `bzip2 <https://www.sourceware.org/bzip2/>`__
50+
51+ * - :ref:`TSV <data-lake-csv-tsv-data>`
52+ - - `gzip <https://www.gnu.org/software/gzip/manual/gzip.html>`__
53+ - `bzip2 <https://www.sourceware.org/bzip2/>`__
2954
3055.. _data-lake-csv-tsv-data:
3156
0 commit comments