You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jing Ge (Jira)" <ji...@apache.org> on 2022/07/06 19:47:00 UTC

[jira] [Created] (FLINK-28432) HiveCatalogTable only support using the latest columns as partition keys

Jing Ge created FLINK-28432:
-------------------------------

             Summary: HiveCatalogTable only support using the latest columns as partition keys
                 Key: FLINK-28432
                 URL: https://issues.apache.org/jira/browse/FLINK-28432
             Project: Flink
          Issue Type: Bug
          Components: Connectors / Hive
    Affects Versions: 1.16.0
            Reporter: Jing Ge


CatalogTable.of(
schema,
TEST_COMMENT,
PartitionKeys,
BatchTableProperties);

For example the schema contains 5 columns: first, second, third, fourth, fifth. It is fine if  partition keys are fourth and fifth. But in case they are second and third, the created ResolvedCatalogTable will use fourth and fifth as the partition keys.

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)