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?



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to