You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Zhenghua Gao (Jira)" <ji...@apache.org> on 2020/01/09 01:47:00 UTC

[jira] [Created] (FLINK-15525) HBase connector should use new type system to suppport precision/scale

Zhenghua Gao created FLINK-15525:
------------------------------------

             Summary: HBase connector should use new type system to suppport precision/scale
                 Key: FLINK-15525
                 URL: https://issues.apache.org/jira/browse/FLINK-15525
             Project: Flink
          Issue Type: Bug
          Components: Connectors / HBase
    Affects Versions: 1.10.0
            Reporter: Zhenghua Gao
             Fix For: 1.11.0


Currently *HBaseTableSchema* use TypeInformation to specify an HBase table's schema, which would cause precision/scale loss for several data types. Meanwhile *HBaseTypeUtils* serialize a java.sql.Timestamp to long in bytes, which would cause precision loss for TIMESTAMP types.
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)