TheR1sing3un commented on PR #12614: URL: https://github.com/apache/hudi/pull/12614#issuecomment-2586244405
The current index-related configuration items are divided into write config. Before bucket index pruning is implemented, these index-related write configurations are not used when reading, but now we need to use index-related configurations when reading. Could we consider addressing this problem in a more general way: 1. moving the configurations that are currently written to the configuration that determines the layout of the file and that depend on those configurations for reads at read time to the table-level configuration? 2. Or, a simpler way to do this is to put these write configurations into the hms and get them automatically when you read table. -- 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]
