[ 
https://issues.apache.org/jira/browse/IGNITE-29021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18109600#comment-18109600
 ] 

Ignite TC Bot commented on IGNITE-29021:
----------------------------------------

{panel:title=Branch: [pull/13535/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/13535/head] Base: [master] : New Tests 
(1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Calcite SQL 3{color} [[tests 
1|https://ci2.ignite.apache.org/viewLog.html?buildId=9314308]]
* {color:#013220}IgniteCalciteTestSuite3: 
UserDefinedFunctionsIntegrationTest.testBigDecimalFunctionArgument - 
PASSED{color}

{panel}
[TeamCity *--> Run :: All* 
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=9314341&buildTypeId=IgniteTests24Java8_RunAll]
{color:#ffffff}tcbot-analysis-comment chainBuildId=9314341 
rerunBuildIds=9317316,9317318{color}

> SQL Calcite: UDF with BigDecimal argument fails
> -----------------------------------------------
>
>                 Key: IGNITE-29021
>                 URL: https://issues.apache.org/jira/browse/IGNITE-29021
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Kirill Tkalenko
>            Assignee: Kirill Tkalenko
>            Priority: Major
>              Labels: ignite-2
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {{UDF with a BigDecimal argument fails in the Calcite engine.}}
> {code:java}
> @QuerySqlFunction  
> public static Duration numtodsinterval(BigDecimal value, String units) {      
>   
>     return Duration.ofDays(value.longValue());
> }
> SELECT numtodsinterval(5, 'day'); -- fails{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to