[
https://issues.apache.org/jira/browse/IGNITE-29015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Tkalenko updated IGNITE-29015:
-------------------------------------
Ignite Flags: (was: Release Notes Required)
Release Note: Added IgniteSqlSemantics, a unified extension point for
fine-grained SQL behavior customization through plugins. It currently supports
configuring FETCH/OFFSET rounding.
Reviewer: Evgeny Stanilovsky
> 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)