You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/08/10 12:40:00 UTC

[jira] [Commented] (DRILL-8227) JConnect and jTDS JDBC drivers do not implement Connection::getSchema

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

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

jnturton opened a new pull request, #2619:
URL: https://github.com/apache/drill/pull/2619

   # [DRILL-8227](https://issues.apache.org/jira/browse/DRILL-8227): Publish SNAPSHOT artifacts to the Apache snapshots repo from CI
   
   ## Description
   It is possible to publish snapshot artifiacts from the current, unrelased version of Drill by using the mvn deploy goal. This publishes the aritifacts to https://repository.apache.org/content/repositories/snapshots/org/apache/drill. Developers who would like to program against these artifacts in anticipation of the upcoming release, say 2.0.0, can do so by adding the Apache snapshots repository to their project and dependency entries like
   
   ```
       <dependency>
         <groupId>org.apache.drill.exec</groupId>
         <artifactId>drill-java-exec</artifactId>
         <version>2.0.0-SNAPSHOT</version>
       </dependency> 
   ```
   
   ## Documentation
   New plugin authoring documentation once the question of feasability of developing plugins away from the Drill source tree is totally settled.
   
   ## Testing
   I've been testing the `mvn deploy` command from my dev machine. The new step in the checkstyle and protobuf GitHub Actions job will be tested here in GitHub wit hthe PR in Draft mode. A final commit will modify the condition used to determine whether the new step will run so that it only runs when a new commit reaches master.
   




> JConnect and jTDS JDBC drivers do not implement Connection::getSchema
> ---------------------------------------------------------------------
>
>                 Key: DRILL-8227
>                 URL: https://issues.apache.org/jira/browse/DRILL-8227
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: 1.19
>    Affects Versions: 1.19.0
>         Environment:  Apache drill - 1.19.0 , jdk1.8.0_121 , jre1.8.0_121 , Windows 10 Enterprise
>            Reporter: Nishanthi
>            Assignee: James Turton
>            Priority: Major
>             Fix For: 1.20.2
>
>         Attachments: Sybase_Exception.png, jTDS_Error.png, sqlline_log.png
>
>
> Hi ,
> In Apache drill - 1.19.0 not able to execute a Sybase ASE related query getting exception as org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR: AbstractMethodError: com.sybase.jdbc4.jdbc.SybConnection.getSchema()Ljava/lang/String
> jar - jconn4, 
> "driver": "com.sybase.jdbc4.jdbc.SybDriver" , 
> "url": "jdbc:sybase:Tds:?<server-name>:<server-port>/<dbname>"
> Query :
> select * from <storage-plugin-name>.<schema-name>.<table-name>
> Able to execute the query for same configuration with same jar and  driver in apache drill 1.17.0 but not in apache drill 1.19.0.
> Kindly, look into it as it is coming as a blocker while trying to query with sybase ase



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