Github user laurentgo commented on a diff in the pull request:
https://github.com/apache/drill/pull/613#discussion_r102363018
--- 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 --
no, it isn't unfortunately
---
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 [email protected] or file a JIRA ticket
with INFRA.
---