hudi-bot opened a new issue, #16931:
URL: https://github.com/apache/hudi/issues/16931

   getColumnStats today supports looking up the stats of one column, adding a 
new method in the interface to support multiple columns will be useful as we 
will open the HFileReader once, look up multiple keys and then return the 
results back. 
   
   {{  @Override}}
   {{  public Map<Pair<String, String>, List<HoodieMetadataColumnStats>> 
getColumnStats(List<Pair<String, String>> partitionNameFileNameList, 
List<String> columnNames) throws HoodieMetadataException {}}
   {{   ...}}
   {{  }}}
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-9346
   - Type: Improvement


-- 
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]

Reply via email to