Evgeny Stanilovsky created IGNITE-28726:
-------------------------------------------
Summary: 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
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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)