From 70240fe6bb04bc5e0a51a24a4b01b6c1d5197d71 Mon Sep 17 00:00:00 2001 From: James Duong Date: Mon, 15 Jan 2024 12:27:21 -0800 Subject: [PATCH] Removed a reference to flight-grpc from docs --- docs/source/java/overview.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/source/java/overview.rst b/docs/source/java/overview.rst index 4b30b8e000f12..9d9cbad8a26c1 100644 --- a/docs/source/java/overview.rst +++ b/docs/source/java/overview.rst @@ -56,9 +56,6 @@ but some modules are JNI bindings to the C++ library. * - flight-core - (Experimental) An RPC mechanism for transferring ValueVectors. - Native - * - flight-grpc - - (Experimental) Contains utility class to expose Flight gRPC service and client. - - Native * - flight-sql - (Experimental) Contains utility classes to expose Flight SQL semantics for clients and servers over Arrow Flight. - Native