Class FlightSqlExtensionScenario
java.lang.Object
org.apache.arrow.flight.integration.tests.FlightSqlScenario
org.apache.arrow.flight.integration.tests.FlightSqlExtensionScenario
Integration test scenario for validating Flight SQL specs across multiple implementations. This
should ensure that RPC objects are being built and parsed correctly for multiple languages and
that the Arrow schemas are returned as expected.
-
Field Summary
Fields inherited from class org.apache.arrow.flight.integration.tests.FlightSqlScenario
SAVEPOINT_ID, SAVEPOINT_NAME, SUBSTRAIT_PLAN, SUBSTRAIT_PLAN_TEXT, SUBSTRAIT_VERSION, TRANSACTION_ID, UPDATE_PREPARED_STATEMENT_EXPECTED_ROWS, UPDATE_PREPARED_STATEMENT_WITH_TRANSACTION_EXPECTED_ROWS, UPDATE_STATEMENT_EXPECTED_ROWS, UPDATE_STATEMENT_WITH_TRANSACTION_EXPECTED_ROWS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
client
(BufferAllocator allocator, Location location, FlightClient client) Methods inherited from class org.apache.arrow.flight.integration.tests.FlightSqlScenario
buildServer, producer, validate, validateSchema
-
Constructor Details
-
FlightSqlExtensionScenario
public FlightSqlExtensionScenario()
-
-
Method Details
-
client
public void client(BufferAllocator allocator, Location location, FlightClient client) throws Exception - Overrides:
client
in classFlightSqlScenario
- Throws:
Exception
-