linghengqian commented on issue #29353:
URL: 
https://github.com/apache/shardingsphere/issues/29353#issuecomment-1868715144

   > at the newest master code, the `IntervalInlineExpressionParser` will 
support create table, you can pay attention to it.
   > 
   > ref: 
https://github.com/apache/shardingsphere/blob/7a1995788a5b25479b5f25cc552740ac69b3e1a3/infra/expr/type/interval/src/main/java/org/apache/shardingsphere/infra/expr/interval/IntervalInlineExpressionParser.java#L49
   
   - IntervalInlineExpressionParser is an implementation of the Row Value 
Expression SPI and is not directly related to the existing logic of 
IntervalShardingAlgorithm.
   
   - And IntervalInlineExpressionParser involves a calendar system that is not 
used by IntervalShardingAlgorithm. 
   
   - I think IntervalShardingAlgorithm needs to be fixed.
   
   


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