Skip to content

Commit 704bcc9

Browse files
steveburnettyingsu00
authored andcommitted
Fix formatting in properties.rst and base-arrow-flight.rst
1 parent 700fdc7 commit 704bcc9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

presto-docs/src/main/sphinx/admin/properties.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ be executed within a single node.
8383
The corresponding session property is :ref:`admin/properties-session:\`\`single_node_execution_enabled\`\``.
8484

8585
``exclude-invalid-worker-session-properties``
86-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
86+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8787

8888
* **Type:** ``boolean``
8989
* **Default value:** ``false``

presto-docs/src/main/sphinx/connector/base-arrow-flight.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Arrow Flight Connector
55
This connector allows querying multiple data sources that are supported by an Arrow Flight server. Flight supports parallel transfers, allowing data to be streamed to or from a cluster of servers simultaneously. Official documentation for Arrow Flight can be found at `Arrow Flight RPC <https://arrow.apache.org/docs/format/Flight.html>`_.
66

77
Getting Started with presto-base-arrow-flight module: Essential Abstract Methods for Developers
8-
---------------------------------------------------------------------------------
8+
-----------------------------------------------------------------------------------------------
9+
910
To create a plugin extending the presto-base-arrow-flight module, you need to implement certain abstract methods that are specific to your use case. Below are the required classes and their purposes:
1011

1112
- ``BaseArrowFlightClientHandler.java``

0 commit comments

Comments
 (0)