If the configuration property is set to true, java.time.Instant and java.time.LocalDate
classes of Java 8 API are used as external types for Catalyst's TimestampType and DateType.
If it is set to false, java.sql.Timestamp and java.sql.Date are used for the same purpose.
Checklist:
[ ] I have added test cases for my bug fix or my new feature
[ ] This pr will affect users' behaviors
[ ] This pr needs user documentation (for new or modified features or behaviors)
[ ] I have added documentation for my new feature or new function
What type of PR is this:
Which issues of this PR fixes :
Fixes #
Problem Summary(Required) :
DATETIME
of StarRocksChecklist: