JohnOmernik / sqlalchemy-drill

Apache Drill Dialect for SQL Alchemy
Other
53 stars 35 forks source link

Fix for MongoDB Dynamic Stars #33

Closed cgivre closed 5 years ago

cgivre commented 5 years ago

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.