Skip to content

Commit

Permalink
Merge branch 'main' into GH-315
Browse files Browse the repository at this point in the history
  • Loading branch information
davisusanibar committed Aug 28, 2023
2 parents 7d448c0 + d4e3b34 commit b81312a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions java/ext/javadoctest.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def setup(app) -> Dict[str, Any]:
app.add_directive("testcode", JavaTestcodeDirective)
app.add_directive("testoutput", TestoutputDirective)
app.add_builder(JavaDocTestBuilder)
app.add_config_value("doctest_show_successes", True, False)
# this config value adds to sys.path
app.add_config_value("doctest_path", [], False)
app.add_config_value("doctest_test_doctest_blocks", "default", False)
Expand Down
2 changes: 1 addition & 1 deletion java/source/flight.rst
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ Once we do so, we can retrieve the metadata for that dataset.
.. code-block:: shell
C3: Client (Get Metadata): FlightInfo{schema=Schema<name: Utf8>, descriptor=profiles, endpoints=[FlightEndpoint{locations=[Location{uri=grpc+tcp://0.0.0.0:33333}], ticket=org.apache.arrow.flight.Ticket@58871b0a}], bytes=-1, records=6}
C3: Client (Get Metadata): FlightInfo{schema=Schema<name: Utf8>, descriptor=profiles, endpoints=[FlightEndpoint{locations=[Location{uri=grpc+tcp://0.0.0.0:33333}], ticket=org.apache.arrow.flight.Ticket@58871b0a, expirationTime=(none)}], bytes=-1, records=6}
Get Data
********
Expand Down

0 comments on commit b81312a

Please sign in to comment.