[ https://issues.apache.org/jira/browse/FLINK-18529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jingsong Lee updated FLINK-18529: --------------------------------- Fix Version/s: 1.11.1 > Query Hive table and filter by timestamp partition can fail > ----------------------------------------------------------- > > Key: FLINK-18529 > URL: https://issues.apache.org/jira/browse/FLINK-18529 > Project: Flink > Issue Type: Bug > Components: Connectors / Hive > Reporter: Rui Li > Assignee: Rui Li > Priority: Major > Labels: pull-request-available > Fix For: 1.11.1 > > > The following example > {code} > create table foo (x int) partitioned by (ts timestamp); > select x from foo where timestamp '2020-07-08 13:08:14' = ts; > {code} > fails with > {noformat} > CatalogException: HiveCatalog currently only supports timestamp of precision 9 > {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005)