[
https://issues.apache.org/jira/browse/DRILL-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacques Nadeau updated DRILL-2472:
----------------------------------
Fix Version/s: (was: 1.0.0)
1.2.0
> JDBC : ResultSet.wasNull should give proper error message when a user tries
> to call it before calling getXXX method
> -------------------------------------------------------------------------------------------------------------------
>
> Key: DRILL-2472
> URL: https://issues.apache.org/jira/browse/DRILL-2472
> Project: Apache Drill
> Issue Type: Bug
> Components: Client - JDBC
> Reporter: Rahul Challapalli
> Assignee: Daniel Barclay (Drill)
> Priority: Minor
> Fix For: 1.2.0
>
>
> git.commit.id.abbrev=7b4c887
> Drill currently throws the below error when we call wasNull before calling
> getXXX method
> {code}
> Exception in thread "main" 17:15:07.935 [Client-1] DEBUG
> o.a.drill.exec.rpc.user.UserClient - Sending response with Sender 557575560
> java.lang.ArrayIndexOutOfBoundsException: 1
> at
> org.apache.drill.jdbc.DrillAccessorList.wasNull(DrillAccessorList.java:53)
> at org.apache.drill.jdbc.DrillCursor.wasNull(DrillCursor.java:138)
> at
> net.hydromatic.avatica.AvaticaResultSet.wasNull(AvaticaResultSet.java:201)
> {code}
> Drill should instead give the appropriate error message
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)