You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Daniel Barclay (Drill) (JIRA)" <ji...@apache.org> on 2015/06/25 07:14:04 UTC

[jira] [Commented] (DRILL-3355) Implement ResultSetMetadata.get{Precision,Scale,ColumnDisplaySize} (need RPC-level data)

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

Daniel Barclay (Drill) commented on DRILL-3355:
-----------------------------------------------

Note: Remember to check "TODO(DRILL-3355)" marks in the code.

> Implement ResultSetMetadata.get{Precision,Scale,ColumnDisplaySize} (need RPC-level data)
> ----------------------------------------------------------------------------------------
>
>                 Key: DRILL-3355
>                 URL: https://issues.apache.org/jira/browse/DRILL-3355
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Client - JDBC
>            Reporter: Daniel Barclay (Drill)
>            Assignee: Daniel Barclay (Drill)
>
> JDBC ResultSetMetadata methods getPrecision(...), getScale(...), and getColumnDisplaySize() are not implemented, currently because required data is not available in the RPC-level data.
> The required data includes:
> - string type lengths (N in VARCHAR(N), BINARY(N))
> - interval qualifier information (which units, leading digit precision, fractional seconds precision
> - datetime type fractional seconds precision



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)