Canner/wren-engine

Handle the type which doesn't in our supported type

goldmedal opened this issue · 1 comments

Some types are only defined in data warehouse. Like datetime is used by BigQuery but doesn't defined in the PGTypes. It's hard to analyze a field if the real type of a column is a datetime. ExpressionTypeAnalyzer should handle this.

legacy issue.