You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Denys Kuzmenko (Jira)" <ji...@apache.org> on 2023/05/22 16:11:00 UTC

[jira] [Created] (HIVE-27367) Encode Iceberg partition key values to avoid unnecessary partition keys split in DataFiles.fillFromPath

Denys Kuzmenko created HIVE-27367:
-------------------------------------

             Summary: Encode Iceberg partition key values to avoid unnecessary partition keys split in DataFiles.fillFromPath
                 Key: HIVE-27367
                 URL: https://issues.apache.org/jira/browse/HIVE-27367
             Project: Hive
          Issue Type: Task
            Reporter: Denys Kuzmenko


DataFiles.Builder.withPartitionPath() used in TableMigrationUtil.listPartitions may lead to issues when supplied partition column value contain special characters ("/").

Example:
 If you give this function the partitionKey as "s=11/12/13" it will throw an exception while creating the DataFile complaining to get too many partition values. 




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