Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
RexBuilder L850
typeFactory.createSqlType( SqlTypeName.DECIMAL, scale, precision);
However, the createSqlType is accepting
RelDataType createSqlType( SqlTypeName typeName, int precision, int scale);
Need to swap the precision and scale
Attachments
Issue Links
- is related to
-
HIVE-11367 CBO: Calcite Operator To Hive Operator (Calcite Return Path): ExprNodeConverter should use HiveDecimal to create Decimal
- Closed