codope commented on PR #12662: URL: https://github.com/apache/hudi/pull/12662#issuecomment-2612795480
> thanks for the PR desc, it helps. > > btw, for bullet 4 in your PR desc > > ``` > 4. Ingestion writer continue to log updates for files and column_stats, while indexer catches up with ingestion writer commit. Note that at this point, regular ingestion writer does not set hoodie.metadata.index.drop config, so even though the hoodie.metadata.record.index.enable is false in ingestion writer config, the record_index is not deleted. > ``` > > woudn't the ingestion writer also log updates for RLI, since the table config's inflight metadata partitions will say RLI. Yes, ingestion writer will update logs for RLI as well. No change in design. Updated the PR description. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
