Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-18529

Query Hive table and filter by timestamp partition can fail

    XMLWordPrintableJSON

Details

    Description

      The following example

      create table foo (x int) partitioned by (ts timestamp);
      select x from foo where timestamp '2020-07-08 13:08:14' = ts;
      

      fails with

      CatalogException: HiveCatalog currently only supports timestamp of precision 9
      

      Attachments

        Issue Links

          Activity

            People

              lirui Rui Li
              lirui Rui Li
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: