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_r250137842
 
 

 ##########
 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"},
 
 Review comment:
   Is it a complete list of Drill types? I don't see bit for example

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to