[
https://issues.apache.org/jira/browse/DRILL-4730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15877189#comment-15877189
]
ASF GitHub Bot commented on DRILL-4730:
---------------------------------------
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
> 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)