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
3 changes: 3 additions & 0 deletions presto-docs/src/main/sphinx/connector/base-arrow-flight.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ To utilize the base-arrow-module, you need to implement certain abstract methods
* ``ArrowPlugin.java``
Register your connector name by extending the ArrowPlugin class.

* ``ArrowFlightRequest``
The ``getCommand`` method in the ``ArrowFlightRequest`` interface should return a byte array for the flight request.

Configuration
-------------
To configure the Arrow connector, create a catalog file
Expand Down