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

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

Github user sudheeshkatkam commented on a diff in the pull request:

    https://github.com/apache/drill/pull/613#discussion_r86650548
  
    --- Diff: 
exec/jdbc/src/test/java/org/apache/drill/jdbc/DatabaseMetaDataGetColumnsTest.java
 ---
    @@ -2712,22 +2712,18 @@ public void 
test_SOURCE_DATA_TYPE_hasSameNameAndLabel() throws SQLException {
     
       @Test
       public void test_SOURCE_DATA_TYPE_hasRightTypeString() throws 
SQLException {
    -    // TODO(DRILL-2135):  Resolve workaround:
    -    //assertThat( rsMetadata.getColumnTypeName( 22 ), equalTo( "SMALLINT" 
) );
    -    assertThat( rowsMetadata.getColumnTypeName( 22 ), equalTo( "INTEGER" ) 
);
    +    assertThat( rowsMetadata.getColumnTypeName( 22 ), equalTo( "SMALLINT" 
) );
    --- End diff --
    
    Is [DRILL-2135](https://issues.apache.org/jira/browse/DRILL-2135) being 
resolved as well?



> Update JDBC DatabaseMetaData implementation to use new Metadata APIs
> --------------------------------------------------------------------
>
>                 Key: DRILL-4730
>                 URL: https://issues.apache.org/jira/browse/DRILL-4730
>             Project: Apache Drill
>          Issue Type: Sub-task
>          Components: Client - JDBC
>            Reporter: Venki Korukanti
>            Assignee: Laurent Goujon
>
> DRILL-4728 is going to add support for new metadata APIs. Replace the 
> INFORMATION_SCHEMA queries used to get the metadata with the new APIs 
> provided in Java client.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to