Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 24 additions & 26 deletions docs/source/status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ Data Types
+-------------------+-------+-------+-------+------------+-------+-------+-------+
| UInt8/16/32/64 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
+-------------------+-------+-------+-------+------------+-------+-------+-------+
| Float16 | | | ✓ | | | | ✓ |
| Float16 | | | ✓ | | | | ✓ |

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+-------------------+-------+-------+-------+------------+-------+-------+-------+
| Float32/64 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
+-------------------+-------+-------+-------+------------+-------+-------+-------+
| Decimal128 | ✓ | ✓ | ✓ | | ✓ | ✓ | ✓ |
+-------------------+-------+-------+-------+------------+-------+-------+-------+
| Decimal256 | ✓ | ✓ | ✓ | | ✓ | | ✓ |
| Decimal256 | ✓ | ✓ | ✓ | | ✓ | | ✓ |

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+-------------------+-------+-------+-------+------------+-------+-------+-------+
| Date32/64 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
+-------------------+-------+-------+-------+------------+-------+-------+-------+
Expand Down Expand Up @@ -81,11 +81,11 @@ Data Types
+-------------------+-------+-------+-------+------------+-------+-------+-------+
| Struct | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
+-------------------+-------+-------+-------+------------+-------+-------+-------+
| Map | ✓ | ✓ | ✓ | ✓ | | | ✓ |
| Map | ✓ | ✓ | ✓ | ✓ | | | ✓ |

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+-------------------+-------+-------+-------+------------+-------+-------+-------+
| Dense Union | ✓ | ✓ | ✓ | | | | ✓ |
| Dense Union | ✓ | ✓ | ✓ | | | | ✓ |
+-------------------+-------+-------+-------+------------+-------+-------+-------+
| Sparse Union | ✓ | ✓ | ✓ | | | | ✓ |
| Sparse Union | ✓ | ✓ | ✓ | | | | ✓ |
Comment on lines +86 to +88

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+-------------------+-------+-------+-------+------------+-------+-------+-------+

+-------------------+-------+-------+-------+------------+-------+-------+-------+
Expand All @@ -94,7 +94,7 @@ Data Types
+===================+=======+=======+=======+============+=======+=======+=======+
| Dictionary | ✓ | ✓ (1) | ✓ | ✓ (1) | ✓ (1) | ✓ (1) | ✓ |
+-------------------+-------+-------+-------+------------+-------+-------+-------+
| Extension | ✓ | ✓ | ✓ | | | | ✓ |
| Extension | ✓ | ✓ | ✓ | | | | ✓ |

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure about this one, but we support propagating the metadata which seems to be all that is required??

+-------------------+-------+-------+-------+------------+-------+-------+-------+

Notes:
Expand Down Expand Up @@ -128,7 +128,7 @@ IPC Format
+-----------------------------+-------+-------+-------+------------+-------+-------+-------+
| Sparse tensors | ✓ | | | | | | |
+-----------------------------+-------+-------+-------+------------+-------+-------+-------+
| Buffer compression | ✓ | ✓ (3) | ✓ | | | | ✓ |
| Buffer compression | ✓ | ✓ (3) | ✓ | | | | ✓ |

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was just added by @liukun4515 and @alamb in apache/arrow-rs#2369

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

+-----------------------------+-------+-------+-------+------------+-------+-------+-------+
| Endianness conversion | ✓ (2) | | ✓ (2) | | | | |
+-----------------------------+-------+-------+-------+------------+-------+-------+-------+
Expand Down Expand Up @@ -156,11 +156,11 @@ Flight RPC
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+
| Flight RPC Transport | C++ | Java | Go | JavaScript | C# | Rust | Julia |
+============================================+=======+=======+=======+============+=======+=======+=======+
| gRPC_ transport (grpc:, grpc+tcp:) | ✓ | ✓ | ✓ | | ✓ | | |
| gRPC_ transport (grpc:, grpc+tcp:) | ✓ | ✓ | ✓ | | ✓ | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+
| gRPC domain socket transport (grpc+unix:) | ✓ | ✓ | ✓ | | ✓ | | |
| gRPC domain socket transport (grpc+unix:) | ✓ | ✓ | ✓ | | ✓ | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+
| gRPC + TLS transport (grpc+tls:) | ✓ | ✓ | ✓ | | ✓ | | |
| gRPC + TLS transport (grpc+tls:) | ✓ | ✓ | ✓ | | ✓ | | |
Comment on lines +159 to +163

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Arrow-flight uses tonic which supports uds and tls

+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+
| UCX_ transport (ucx:) | ✓ | | | | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+
Expand Down Expand Up @@ -261,27 +261,25 @@ C Stream Interface
Third-Party Data Formats
========================

+-----------------------------+---------+---------+-------+------------+-------+---------+-------+
| Format | C++ | Java | Go | JavaScript | C# | Rust | Julia |
| | | | | | | | |
+=============================+=========+=========+=======+============+=======+=========+=======+
| Avro | | R | | | | | |
+-----------------------------+---------+---------+-------+------------+-------+---------+-------+
| CSV | R/W | | R/W | | | R/W | R/W |
+-----------------------------+---------+---------+-------+------------+-------+---------+-------+
| ORC | R/W | R (2) | | | | | |
+-----------------------------+---------+---------+-------+------------+-------+---------+-------+
| Parquet | R/W | R (3) | R/W | | | R/W (1) | |
+-----------------------------+---------+---------+-------+------------+-------+---------+-------+
+-----------------------------+---------+---------+-------+------------+-------+-------+-------+
| Format | C++ | Java | Go | JavaScript | C# | Rust | Julia |
| | | | | | | | |
+=============================+=========+=========+=======+============+=======+=======+=======+
| Avro | | R | | | | | |
+-----------------------------+---------+---------+-------+------------+-------+-------+-------+
| CSV | R/W | | R/W | | | R/W | R/W |
+-----------------------------+---------+---------+-------+------------+-------+-------+-------+
| ORC | R/W | R (1) | | | | | |
+-----------------------------+---------+---------+-------+------------+-------+-------+-------+
| Parquet | R/W | R (2) | R/W | | | R/W | |
+-----------------------------+---------+---------+-------+------------+-------+-------+-------+

Notes:

* *R* = Read supported

* *W* = Write supported

* \(1) Nested read/write not supported.
* \(1) Through JNI bindings. (Provided by ``org.apache.arrow.orc:arrow-orc``)

* \(2) Through JNI bindings. (Provided by ``org.apache.arrow.orc:arrow-orc``)

* \(3) Through JNI bindings to Arrow C++ Datasets. (Provided by ``org.apache.arrow:arrow-dataset``)
* \(2) Through JNI bindings to Arrow C++ Datasets. (Provided by ``org.apache.arrow:arrow-dataset``)