Tim Nieradzik created SPARK-44885:
-------------------------------------

             Summary: NullPointerException is thrown when column with ROWID 
type contains NULL values
                 Key: SPARK-44885
                 URL: https://issues.apache.org/jira/browse/SPARK-44885
             Project: Spark
          Issue Type: Bug
          Components: Spark Core, SQL
    Affects Versions: 3.4.1
            Reporter: Tim Nieradzik


A row ID may be NULL in an Oracle table. When this is the case, the following 
exception is thrown:

{{[info]   Cause: java.lang.NullPointerException:}}{{[info]   at 
org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils$.$anonfun$makeGetter$12(JdbcUtils.scala:452)}}{{[info]
   at 
org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils$.$anonfun$makeGetter$12$adapted(JdbcUtils.scala:451)}}{{[info]
   at 
org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils$$anon$1.getNext(JdbcUtils.scala:361)}}{{[info]
   at 
org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils$$anon$1.getNext(JdbcUtils.scala:343)}}

{{}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to