vvysotskyi commented on a change in pull request #1614: DRILL-6962: Function
coalesce returns an Error when none of the columns in coalesce exist in a
parquet file
URL: https://github.com/apache/drill/pull/1614#discussion_r250141080
##########
File path: exec/java-exec/src/main/codegen/data/Casts.tdd
##########
@@ -168,5 +168,25 @@
{from: "NullableVarBinary", to: "NullableFloat8", major: "EmptyString",
javaType:"Double", parse:"Double"},
{from: "NullableVarBinary", to: "NullableVarDecimal", major:
"NullableVarCharDecimalComplex"},
+
+ {from: "UntypedNull", to: "TinyInt", major: "UntypedNull"},
+ {from: "UntypedNull", to: "Int", major: "UntypedNull"},
+ {from: "UntypedNull", to: "BigInt", major: "UntypedNull"},
+ {from: "UntypedNull", to: "Float4", major: "UntypedNull"},
+ {from: "UntypedNull", to: "Float8", major: "UntypedNull"},
+ {from: "UntypedNull", to: "Date", major: "UntypedNull"},
+ {from: "UntypedNull", to: "Time", major: "UntypedNull"},
+ {from: "UntypedNull", to: "TimeStamp", major: "UntypedNull"},
+ {from: "UntypedNull", to: "Interval", major: "UntypedNull"},
+ {from: "UntypedNull", to: "IntervalDay", major: "UntypedNull"},
+ {from: "UntypedNull", to: "IntervalYear", major: "UntypedNull"},
+ {from: "UntypedNull", to: "VarBinary", major: "UntypedNull"},
+ {from: "UntypedNull", to: "VarChar", major: "UntypedNull"},
+ {from: "UntypedNull", to: "Var16Char", major: "UntypedNull"},
+ {from: "UntypedNull", to: "VarDecimal", major: "UntypedNull"},
+ {from: "UntypedNull", to: "Decimal9", major: "UntypedNull"},
Review comment:
Please remove deprecated decimal types.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services