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

   - My intuitive understanding is that once we decide to introduce a class 
like `java.time.LocalDate` in `IntervalShardingAlgorithm`, the corresponding 
`JDBC Type` is not a `Timestamp` class, then `LocalDateTime` should not be 
forced to be defined in `IntervalShardingAlgorithm`, but with the help of Its 
superclass or specific interface to help us deal with incoming classes, which 
more needs to take into account the ` private static final String 
DATE_TIME_PATTERN_KEY = "datetime-pattern";` in the configuration.


-- 
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: notifications-unsubscr...@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to