This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-java.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 4e7e9f6dd Publish documentation 
(ed01421e6ddd68bec00e42c1a308e8d74368af66)
4e7e9f6dd is described below

commit 4e7e9f6ddfd3a5dd5e90d17aedd24f766b172993
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 6 17:13:08 2026 +0000

    Publish documentation (ed01421e6ddd68bec00e42c1a308e8d74368af66)
---
 .../org/apache/arrow/flight/FlightClient.Builder.html               | 6 ++++++
 .../org/apache/arrow/flight/grpc/NettyClientBuilder.html            | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git 
a/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/FlightClient.Builder.html
 
b/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/FlightClient.Builder.html
index 63362ede4..289783769 100644
--- 
a/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/FlightClient.Builder.html
+++ 
b/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/FlightClient.Builder.html
@@ -225,6 +225,12 @@ loadScripts(document, 'script');</script>
 <h3>build</h3>
 <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type"><a href="FlightClient.html" title="class in 
org.apache.arrow.flight">FlightClient</a></span>&nbsp;<span 
class="element-name">build</span>()</div>
 <div class="block">Create the client from this builder.</div>
+<dl class="notes">
+<dt>Throws:</dt>
+<dd><code><a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/IllegalArgumentException.html";
 title="class or interface in java.lang" 
class="external-link">IllegalArgumentException</a></code> - if the location 
uses a TCP-based scheme (<code>grpc</code>,
+     <code>grpc+tcp</code>, <code>grpc+tls</code>) and the location contains 
no port, or a port outside
+     the range [1, 65535].</dd>
+</dl>
 </section>
 </li>
 </ul>
diff --git 
a/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/grpc/NettyClientBuilder.html
 
b/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/grpc/NettyClientBuilder.html
index 1ce980b24..b27e15f5d 100644
--- 
a/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/grpc/NettyClientBuilder.html
+++ 
b/main/reference/org.apache.arrow.flight.core/org/apache/arrow/flight/grpc/NettyClientBuilder.html
@@ -390,6 +390,12 @@ loadScripts(document, 'script');</script>
 <h3>build</h3>
 <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">io.grpc.netty.NettyChannelBuilder</span>&nbsp;<span 
class="element-name">build</span>()</div>
 <div class="block">Create the client from this builder.</div>
+<dl class="notes">
+<dt>Throws:</dt>
+<dd><code><a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/IllegalArgumentException.html";
 title="class or interface in java.lang" 
class="external-link">IllegalArgumentException</a></code> - if the URI uses a 
TCP-based scheme (<code>grpc</code>, <code>
+     grpc+tcp</code>, <code>grpc+tls</code>) and the URI contains no port, or 
a port outside the range [1,
+     65535].</dd>
+</dl>
 </section>
 </li>
 </ul>

Reply via email to