MCPcopy Create free account
hub / github.com/apache/arrow / TestDoGetLargeBatch

Method TestDoGetLargeBatch

cpp/src/arrow/flight/test_definitions.cc:279–284  ·  view source on GitHub ↗

Ensure clients are configured to allow large messages by default Tests a 32 MiB batch

Source from the content-addressed store, hash-verified

277// Ensure clients are configured to allow large messages by default
278// Tests a 32 MiB batch
279void DataTest::TestDoGetLargeBatch() {
280 RecordBatchVector expected_batches;
281 ASSERT_OK(ExampleLargeBatches(&expected_batches));
282 Ticket ticket{"ticket-large-batch-1"};
283 CheckDoGet(ticket, expected_batches);
284}
285// Ensure FlightDataStream/RecordBatchStream::Close errors are propagated
286void DataTest::TestFlightDataStreamError() {
287 Ticket ticket{"ticket-stream-error"};

Callers

nothing calls this directly

Calls 1

ExampleLargeBatchesFunction · 0.85

Tested by

no test coverage detected