You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Todd Farmer (Jira)" <ji...@apache.org> on 2022/05/11 20:21:00 UTC

[jira] [Created] (ARROW-16538) [Java] Refactor FakeResultSet to support arbitrary tests

Todd Farmer created ARROW-16538:
-----------------------------------

             Summary: [Java] Refactor FakeResultSet to support arbitrary tests
                 Key: ARROW-16538
                 URL: https://issues.apache.org/jira/browse/ARROW-16538
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Java
    Affects Versions: 8.0.0
            Reporter: Todd Farmer
            Assignee: Todd Farmer


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.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)