Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
Description
From https://github.com/apache/arrow/pull/6368
lidavidm commented 2 days ago
https://github.com/apache/arrow/blob/master/java/tools/src/main/java/org/apache/arrow/tools/Integration.java#L208 If I'm not mistaken, this means that we only compare the data fully if there's actual data in both JSON and in the Arrow file? Though the Flight test is also potentially wrong: https://github.com/apache/arrow/blob/master/java/flight/flight-core/src/main/java/org/apache/arrow/flight/example/integration/IntegrationTestClient.java#L166-L173 It only compares the last batch sent over the wire. |
Attachments
Issue Links
- blocks
-
ARROW-1636 [Format] Integration tests for null type
- Resolved
- relates to
-
ARROW-7933 [Java][Flight][Tests] Add roundtrip tests for Java Flight Test Client
- Open
-
ARROW-7966 [Integration][Flight][C++] Client should verify each batch independently
- Resolved
- links to