bhat-vinay
bhat-vinay
A new TVF, `hudi_timeline_query(...)` is added to support querying timeline through spark-sql. The information displayed is influenced by the 'Commits' command of hudi-cli (with some additional information). A new relation,...
Depends on [HUDI-7243] A new TVF, `hudi_filesystem_view(...)` is added to support querying timeline through spark-sql. The information displayed is influenced by the 'fsview' command of hudi-cli A new relation, `FileSystemRelation`,...
Initial commit. Supports the following features: 1. Modify schema to add secondary index to metadata 2. New partition type in the metadata table to store secondary_keys-to-record_keys mapping 3. Various options...
Abstract: In this RFC, we propose implementing Secondary Indexes (SI), a new capability in Hudi's metadata table (MDT) based indexing system. SI are indexes defined on user specified columns of...
### Change Logs Creating functional index (using col-stats) fails to process all the base files 9for a partitioned table. This is a WIP PR which only has a test case...