This small fix allows the dialect to deal with unrecognized data types. Previously, there was a mapping of the Drill data types, and if the dialect encountered something bizarre, it would error out.
With this fix, any unknown data type will fall back to the UserDefinedType.
This small fix allows the dialect to deal with unrecognized data types. Previously, there was a mapping of the Drill data types, and if the dialect encountered something bizarre, it would error out.
With this fix, any unknown data type will fall back to the
UserDefinedType
.