Lokesh Jain created HUDI-9533:
---------------------------------
Summary: Optimise the computation for multiple secondary indexes
in HoodieAppendHandle
Key: HUDI-9533
URL: https://issues.apache.org/jira/browse/HUDI-9533
Project: Apache Hudi
Issue Type: Bug
Components: metadata
Reporter: Lokesh Jain
Currently in HoodieAppendHandle, we are reading the file slice multiple times
for multiple secondary indexes. We can instead read the file slice once for all
the secondary indexes and then update the stats.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)