[
https://issues.apache.org/jira/browse/IGNITE-27836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18059533#comment-18059533
]
Ignite TC Bot commented on IGNITE-27836:
----------------------------------------
{panel:title=Branch: [pull/12743/head] Base: [master] : Possible Blockers
(1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Platform C++ CMake (Linux Clang){color} [[tests 0 JVM CRASH
|https://ci2.ignite.apache.org/viewLog.html?buildId=8872724]]
{panel}
{panel:title=Branch: [pull/12743/head] Base: [master] : New Tests
(1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Calcite SQL{color} [[tests
1|https://ci2.ignite.apache.org/viewLog.html?buildId=8872726]]
* {color:#013220}IgniteCalciteTestSuite: JdbcQueryTest.testUdt - PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8867898&buildTypeId=IgniteTests24Java8_RunAll]
> Fix documentation for QuerySqlTableFunction
> -------------------------------------------
>
> Key: IGNITE-27836
> URL: https://issues.apache.org/jira/browse/IGNITE-27836
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.17
> Reporter: Kirill Tkalenko
> Assignee: Evgeny Stanilovsky
> Priority: Major
> Labels: ignite-2, ise
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
> I discovered an error in the documentation forĀ
> {*}org.apache.ignite.cache.query.annotations.QuerySqlTableFunction{*}.
> There's an example of calling a function: "select S_VAL from MY_TABLE(1,
> 5.0f, "ext") where F_VAL is not null".
> But it actually needs to be done like this: "select S_VAL from
> table(MY_TABLE(1, 5.0f, "ext")) where F_VAL is not null";
> And if possible, I'd like to add an example of how to work with an array of
> objects. What I mean is that to do this, you need to declare a list of
> objects in the function, and also how to pass them when calling.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)