Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
8.0.0
Description
The existing FakeResultSet used in tests of the JDBC adapter is challenging to use to build arbitrary ResultSets - such as would be useful in dealing with issues like ARROW-16427. Converting this to a more generic utility to build mock ResultSets would enable testing of JDBC vendor-specific behavior that is discovered, without actually referencing those drivers within test code. Finally, it would be useful to more such a utility to a general class, leaving just the test code in the existing test class.
Attachments
Issue Links
- is related to
-
ARROW-16427 [Java] jdbcToArrowVectors / sqlToArrowVectorIterator fails to handle variable decimal precision / scale
- Resolved
- links to