Vova Kolmakov created HUDI-7432:
-----------------------------------
Summary: Fix excessive object creation in KeyGenUtils
Key: HUDI-7432
URL: https://issues.apache.org/jira/browse/HUDI-7432
Project: Apache Hudi
Issue Type: Improvement
Reporter: Vova Kolmakov
Assignee: Vova Kolmakov
Some Key generators are creating excessive copies of objects during
recordKey/partitionPath computation to cut off last character from them (as
methods getRecordKey, getRecordPartitionPath in KeyGenUtils utilizes
deleteCharAt).
The same fix was already applied to CustomKeyGenerator (HUDI-6916).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)