[
https://issues.apache.org/jira/browse/FLINK-18529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingsong Lee closed FLINK-18529.
--------------------------------
Resolution: Fixed
master: 81f41a6d3fda3902e8ee850d4ab8043a0e9bf763
release-1.11: 273fd847c5cd2ac76e87aa1aa47a8517b78d860b
> 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)