hudi-bot opened a new issue, #17048: URL: https://github.com/apache/hudi/issues/17048
[HoodieTableMetadata.java|http://hoodietablemetadata.java/] index lookup API of SI and RLI only, input output all use HoodieData/HoodieMapData. Add new API as needed as the lookup of keys may only need result sets, instead of a map of key → result set. If it is table version 9 Still the SI entry format is {{<secondary col value>_<record col value>: null}} hash partition by {{<secondary col value>}} Make sure we cover both read/write path change For table version 8 it is the same as before. Table version upgrade drop all SI. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-9505 - Type: Bug - Fix version(s): - 1.1.0 -- 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]
