You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Joris Peeters (Jira)" <ji...@apache.org> on 2021/05/07 09:19:00 UTC

[jira] [Created] (ARROW-12679) [Java] JDBC adapter does not preserve SQL-nullability

Joris Peeters created ARROW-12679:
-------------------------------------

             Summary: [Java] JDBC adapter does not preserve SQL-nullability
                 Key: ARROW-12679
                 URL: https://issues.apache.org/jira/browse/ARROW-12679
             Project: Apache Arrow
          Issue Type: Bug
            Reporter: Joris Peeters
            Assignee: Joris Peeters


When using the JDBC adapter, the schema of the VectorSchemaRoot's in the ArrowVectorIterator have all the columns as nullable, irregardless of whether they are nullable in SQL.

This should be fixed, so that the schema has only those columns as nullable that are also nullable in SQL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)