[
https://issues.apache.org/jira/browse/FLINK-18529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingsong Lee reassigned FLINK-18529:
------------------------------------
Assignee: Rui Li
> 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
>
> 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)