dongzl commented on issue #29353: URL: https://github.com/apache/shardingsphere/issues/29353#issuecomment-1868679388
Hi @chly1103 , I test `IntervalShardingAlgorithm`. I can reproduce this problem. Maybe this algorithm is not support `create table`, if you create table in advance, the query sql with `create_time` condition will route to the sharding table correctly. 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 -- 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]
