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

   Users cannot create partition_stats, column_statas and bloom_filters indexes 
through SQL. They can only be created through datasource. There are workarounds 
e.g. one can create expression index using column_stats with identity function 
of a column. But, we should provide more standard sql for building these 
indexes.
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-8812
   - Type: Sub-task
   - Parent: https://issues.apache.org/jira/browse/HUDI-9101
   - Fix version(s):
     - 1.1.0
   
   
   ---
   
   
   ## Comments
   
   13/Mar/25 14:12;codope;Currently, columns being indexed in colstats (and by 
extension partition_stats too) are being tracked in index definition. So, when 
user adds a column stats are being colelcted automatically, so adding sql 
functionality is not a blocker. Downgrading from Blocker to Major. Still, would 
be nice-to-have a sql command to generate stats.;;;


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