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

   Currently, user can create index using sql as follows: 
   
   `create index idx_datestr on $tableName using column_stats(ts) 
options(expr='from_unixtime', format='yyyy-MM-dd')`
   
   Ideally, we would to simplify this further as follows:
   
   `create index idx_datestr on $tableName using column_stats(from_unixtime(ts, 
format='yyyy-MM-dd'))`
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-7029
   - Type: Task
   - Epic: https://issues.apache.org/jira/browse/HUDI-512
   - Fix version(s):
     - 1.1.0
   
   
   ---
   
   
   ## Comments
   
   24/Jul/24 07:13;codope;Need to enahnce sql grammar;;;


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