[ 
https://issues.apache.org/jira/browse/DRILL-3640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16057041#comment-16057041
 ] 

ASF GitHub Bot commented on DRILL-3640:
---------------------------------------

Github user kkhatua commented on the issue:

    https://github.com/apache/drill/pull/858
  
    @laurentgo I'm seeing JUnit test failures with this commit.... 
    
    >   ConnectionTest.testPrepareStatementBasicCaseWorks:94 » ClassCast 
org.apache.dr...
    >   PreparedStatementTest.testQueryMetadataInPreparedStatement:135 » 
ClassCast org...
    >   PreparedStatementTest.testExecuteQueryBasicCaseWorks:100 » ClassCast 
org.apach...
    >   LegacyPreparedStatementTest.testExecuteQueryBasicCaseWorks:84 » 
ClassCast org....
    
    They all point to a common ClassCaseException
    
    >   
Drill2769UnsupportedReportsUseSqlExceptionTest.testPreparedStatementMethodsThrowRight:430
 Non-SQLException exception error(s): 
    > Failures:
    > - PreparedStatement.execute() threw <java.lang.ClassCastException: 
org.apache.drill.jdbc.impl.DrillJdbc41Factory$DrillJdbc41PreparedStatement 
cannot be cast to org.apache.drill.jdbc.impl.DrillStatementImpl> instead of a 
SQLException
    > - PreparedStatement.executeQuery() threw <java.lang.ClassCastException: 
org.apache.drill.jdbc.impl.DrillJdbc41Factory$DrillJdbc41PreparedStatement 
cannot be cast to org.apache.drill.jdbc.impl.DrillStatementImpl> instead of a 
SQLException
    > - PreparedStatement.executeUpdate() threw <java.lang.ClassCastException: 
org.apache.drill.jdbc.impl.DrillJdbc41Factory$DrillJdbc41PreparedStatement 
cannot be cast to org.apache.drill.jdbc.impl.DrillStatementImpl> instead of a 
SQLException
    
    The regular Statement.execute###() calls work fine. Any idea why I'm 
getting this?


> Drill JDBC driver support Statement.setQueryTimeout(int)
> --------------------------------------------------------
>
>                 Key: DRILL-3640
>                 URL: https://issues.apache.org/jira/browse/DRILL-3640
>             Project: Apache Drill
>          Issue Type: New Feature
>          Components: Client - JDBC
>    Affects Versions: 1.2.0
>            Reporter: Chun Chang
>            Assignee: Kunal Khatua
>             Fix For: 1.11.0
>
>
> It would be nice if we have this implemented. Run away queries can be 
> automatically canceled by setting the timeout. 
> java.sql.SQLFeatureNotSupportedException: Setting network timeout is not 
> supported.
>       at 
> org.apache.drill.jdbc.impl.DrillStatementImpl.setQueryTimeout(DrillStatementImpl.java:152)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to