[
https://issues.apache.org/jira/browse/IGNITE-28726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Stanilovsky updated IGNITE-28726:
----------------------------------------
Description:
Hardcoded flag [1]
org.apache.ignite.internal.processors.query.calcite.exec.ExecutionContext#keepBinary
need to be fixed
note: ExecutionContext constructor already get qry.context() which contains
keepBinary info
{noformat}
QueryProperties qryProps = qry.context().unwrap(QueryProperties.class);
{noformat}
[1]
https://github.com/apache/ignite/blob/d49aa23e038bef01e21c72f25c96091e5be8ffa4/modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/ExecutionContext.java#L236
was:
Hardcoded flag
org.apache.ignite.internal.processors.query.calcite.exec.ExecutionContext#keepBinary
need to be fixed
note: ExecutionContext constructor already get qry.context() which contains
keepBinary info
{noformat}
QueryProperties qryProps = qry.context().unwrap(QueryProperties.class);
{noformat}
[1]
https://github.com/apache/ignite/blob/d49aa23e038bef01e21c72f25c96091e5be8ffa4/modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/ExecutionContext.java#L236
> Calcite. Fix hardcoded ExecutionContext#keepBinary flag
> -------------------------------------------------------
>
> Key: IGNITE-28726
> URL: https://issues.apache.org/jira/browse/IGNITE-28726
> Project: Ignite
> Issue Type: Improvement
> Affects Versions: 2.18
> Reporter: Evgeny Stanilovsky
> Priority: Major
>
> Hardcoded flag [1]
> org.apache.ignite.internal.processors.query.calcite.exec.ExecutionContext#keepBinary
> need to be fixed
> note: ExecutionContext constructor already get qry.context() which contains
> keepBinary info
> {noformat}
> QueryProperties qryProps = qry.context().unwrap(QueryProperties.class);
> {noformat}
> [1]
> https://github.com/apache/ignite/blob/d49aa23e038bef01e21c72f25c96091e5be8ffa4/modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/ExecutionContext.java#L236
--
This message was sent by Atlassian Jira
(v8.20.10#820010)