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

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

{panel:title=Branch: [pull/13519/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/13519/head] Base: [master] : No new tests 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--> Run :: All* 
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=9309685&buildTypeId=IgniteTests24Java8_RunAll]
{color:#ffffff}tcbot-analysis-comment chainBuildId=9309685 
rerunBuildIds=9309869,9309871,9309873{color}

> SQL Calcite: Provide a unified mechanism for fine-grained SQL semantics 
> customization
> -------------------------------------------------------------------------------------
>
>                 Key: IGNITE-29015
>                 URL: https://issues.apache.org/jira/browse/IGNITE-29015
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Kirill Tkalenko
>            Assignee: Kirill Tkalenko
>            Priority: Major
>              Labels: ignite-2
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Calcite may require fine-grained settings that affect SQL validation, 
> planning, and execution. Currently, *{{IgniteSqlPaginationPolicy}}* is an 
> example of such a setting.
> Adding more independent policies may complicate their propagation through the 
> query pipeline.
> Consider introducing an immutable *{{IgniteSqlSemantics}}* object that:
>  * contains fine-grained SQL settings;
>  * is passed through Calcite {*}{{Context}}{*};
>  * can be provided by a plugin through {*}{{FrameworkConfig}}{*};
>  * has default values preserving existing behavior.
> Initially, it can contain the pagination rounding mode. Later, it can support 
> other settings, such as Oracle-compatible handling of {{''}} as {{{}NULL{}}}.
> The initial change should not introduce public configuration or change 
> existing SQL behavior.



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

Reply via email to