[
https://issues.apache.org/jira/browse/IGNITE-29045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18116676#comment-18116676
]
Ignite TC Bot commented on IGNITE-29045:
----------------------------------------
{panel:title=Branch: [pull/13569/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/13569/head] Base: [master] : New Tests
(23)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Calcite SQL 3{color} [[tests
15|https://ci2.ignite.apache.org/viewLog.html?buildId=9349912]]
* {color:#013220}IgniteCalciteTestSuite3:
DataTypesTest.testOtherTypeImplicitCast[sqlTxMode=NONE] - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3:
DataTypesTest.testOtherTypeImplicitCast[sqlTxMode=RANDOM] - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3:
DataTypesTest.testOtherTypeImplicitCast[sqlTxMode=ALL] - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3:
UserDefinedFunctionsIntegrationTest.testJavaTimeFunctionResultsAsJdbcValues -
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3:
UserDefinedFunctionsIntegrationTest.testHistoricalJavaTimeFunctions -
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3:
UserDefinedFunctionsIntegrationTest.testJavaTimeFunctionParametersAfterTableQuery
- PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3:
UserDefinedFunctionsIntegrationTest.testJavaTimeFunctionsDuringDstTransition -
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3:
UserDefinedFunctionsIntegrationTest.testJavaTimeFunctionParametersWithSqlTypeValues
- PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3:
UserDefinedFunctionsIntegrationTest.testHistoricalTemporalFunctions -
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3:
UserDefinedFunctionsIntegrationTest.testDeterministicTemporalFunctionReduced -
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite3:
UserDefinedFunctionsIntegrationTest.testTemporalFunctions - PASSED{color}
... and 4 new tests
{color:#00008b}Calcite SQL 1{color} [[tests
8|https://ci2.ignite.apache.org/viewLog.html?buildId=9349830]]
* {color:#013220}IgniteCalciteTestSuite:
TypeUtilsTest.testLocalDateTimeConversion - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
TypeUtilsTest.testHistoricalJdbcConversionWithTimeZone - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite: OtherTypeTest.testEquality -
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite: OtherTypeTest.testTypeInterning -
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite: TypeUtilsTest.testLocalDateConversion
- PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
TypeUtilsTest.testSqlTimestampConversion - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite: TypeUtilsTest.testLocalTimeConversion
- PASSED{color}
* {color:#013220}IgniteCalciteTestSuite: TypeUtilsTest.testSqlDateConversion -
PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=9349945&buildTypeId=IgniteTests24Java8_RunAll]
{color:#ffffff}tcbot-analysis-comment chainBuildId=9349945
rerunBuildIds=9351304,9351306,9351308{color}
> SQL Calcite: Support Java temporal types in UDF and UDTF parameters and
> results
> -------------------------------------------------------------------------------
>
> Key: IGNITE-29045
> URL: https://issues.apache.org/jira/browse/IGNITE-29045
> Project: Ignite
> Issue Type: Bug
> Reporter: Kirill Tkalenko
> Assignee: Kirill Tkalenko
> Priority: Major
> Labels: calcite, ignite-2, sql
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
> Java UDFs and UDTFs using temporal types fail because some {{java.time}}
> types are mapped to {{{}OTHER{}}}, and SQL temporal values are represented
> internally as {{{}Integer{}}}/{{{}Long{}}} without consistent conversion at
> the function boundary.
> Add SQL type mapping and bidirectional conversion for JDBC temporal types,
> {{{}java.util.Date{}}}, {{{}LocalDate{}}}, {{{}LocalTime{}}},
> {{{}LocalDateTime{}}}, {{{}Duration{}}}, and {{Period}} in UDF and UDTF
> parameters and results. User-defined functions should use Java temporal types
> without depending on Calciteās internal representation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)