Steve Carlin created IMPALA-14165:
-------------------------------------
Summary: Calcite planner: Type coercion code accidentally omitted
from Analysis
Key: IMPALA-14165
URL: https://issues.apache.org/jira/browse/IMPALA-14165
Project: IMPALA
Issue Type: Sub-task
Reporter: Steve Carlin
On the first cut of creating the Calcite planner, the Calcite planner was
standalone and ran its own JniFrontend.
In the current version, the parsing, validating, and single node planning is
called from the Impala framework.
There is some code in the first cut regarding the "ImpalaTypeCoercionFactory"
class which handles deriving the correct data type for various expressions, for
instance,
10.1 in (tinyint_col, smallint_col, int_col, bigint_col, float_col, double_col)
This code was accidentally omitted in the current version and needs to be added.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]