Vinish Reddy created HUDI-8101:
----------------------------------
Summary: Remove populateMetaFields handling in
RowCustomColumnsSortPartitioner
Key: HUDI-8101
URL: https://issues.apache.org/jira/browse/HUDI-8101
Project: Apache Hudi
Issue Type: Improvement
Components: deltastreamer, writer-core
Reporter: Vinish Reddy
Assignee: Vinish Reddy
Remove the else block as sorting in row-writer mode is always used with
populateMetaFields turned on as it allows easy access to hoodie metadata fields
without the need for generating them again. Disabling populateMetaFields
defeats the purpose of row-writer and is generally never used.
Disabling populating meta fields in metaSync can be used instead for easier
operations.
[https://github.com/apache/hudi/blob/master/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/BulkInsertPartitioner.java#L93]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)