[
https://issues.apache.org/jira/browse/IGNITE-17599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17638659#comment-17638659
]
Ignite TC Bot commented on IGNITE-17599:
----------------------------------------
{panel:title=Branch: [pull/10399/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/10399/head] Base: [master] : New Tests
(50)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Calcite SQL{color} [[tests
50|https://ci2.ignite.apache.org/viewLog.html?buildId=6926656]]
* {color:#013220}IgniteCalciteTestSuite:
LocalDateTimeSupportTest.testTemporalTypes[isValidationEnabled=true,
sqlType=TIMESTAMP, columnCls=null, testObjCls=class java.time.LocalDateTime] -
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
LocalDateTimeSupportTest.testTemporalTypes[isValidationEnabled=true,
sqlType=null, columnCls=class java.util.Date, testObjCls=class
java.sql.Timestamp] - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
LocalDateTimeSupportTest.testTemporalTypes[isValidationEnabled=true,
sqlType=null, columnCls=class java.sql.Timestamp, testObjCls=class
java.sql.Timestamp] - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
LocalDateTimeSupportTest.testTemporalTypes[isValidationEnabled=true,
sqlType=TIMESTAMP, columnCls=null, testObjCls=class java.sql.Date] -
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
LocalDateTimeSupportTest.testTemporalTypes[isValidationEnabled=true,
sqlType=TIMESTAMP, columnCls=null, testObjCls=class java.util.Date] -
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
LocalDateTimeSupportTest.testTemporalTypes[isValidationEnabled=true,
sqlType=null, columnCls=class java.time.LocalDateTime, testObjCls=class
java.time.LocalDateTime] - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
LocalDateTimeSupportTest.testTemporalTypes[isValidationEnabled=true,
sqlType=null, columnCls=class java.util.Date, testObjCls=class
java.time.LocalDateTime] - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
LocalDateTimeSupportTest.testTemporalTypes[isValidationEnabled=true,
sqlType=null, columnCls=class java.sql.Timestamp, testObjCls=class
java.time.LocalDateTime] - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
LocalDateTimeSupportTest.testTemporalTypes[isValidationEnabled=true,
sqlType=null, columnCls=class java.time.LocalDateTime, testObjCls=class
java.sql.Timestamp] - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
LocalDateTimeSupportTest.testTemporalTypes[isValidationEnabled=true,
sqlType=null, columnCls=class java.sql.Timestamp, testObjCls=class
java.sql.Date] - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
LocalDateTimeSupportTest.testTemporalTypes[isValidationEnabled=true,
sqlType=null, columnCls=class java.time.LocalDateTime, testObjCls=class
java.util.Date] - PASSED{color}
... and 39 new tests
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=6926736&buildTypeId=IgniteTests24Java8_RunAll]
> Calcite engine. Support LocalDate/LocalTime types
> -------------------------------------------------
>
> Key: IGNITE-17599
> URL: https://issues.apache.org/jira/browse/IGNITE-17599
> Project: Ignite
> Issue Type: Improvement
> Affects Versions: 2.14
> Reporter: Aleksey Plekhanov
> Assignee: Ivan Daschinsky
> Priority: Major
> Labels: calcite2-required, calcite3-required, ise
> Fix For: 2.15
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> H2-based engine works with LocalData/LocalTime types as
> java.sql.Data/java.sql.Time types. To check if value with LocalDate type can
> be inserted to descriptor with type java.sql.Data some logic from
> \{{IgniteH2Indexing.isConvertibleToColumnType}} is used. If Calcite engine
> used without ignite-indexing this logic is unavailable.
> We should:
> # Provide an ability to work in Calcite-based engine with
> LocalDate/LocalTime type in the same way as java.sql.Data/java.sql.Time types.
> # Move \{{IgniteH2Indexing.isConvertibleToColumnType}} logic to the core
> module (perhaps delegating this call from the core to the QueryEngine
> instance)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)