Re: Drill JDBC: TEXT Issue (DRILL-3956) Any Clever Workarounds?

2015-10-26 Thread John Omernik
Fun fact follow-up: This issue also applies to the "BLOB" data type in MySQL, but I think the calcite fix in the linked JIRA does a "if not known then ANY" fix so it should fix this too. On Mon, Oct 26, 2015 at 12:45 PM, John Omernik wrote: > > JDBC Plugin issue with Text is listed here > > http

Drill JDBC: TEXT Issue (DRILL-3956) Any Clever Workarounds?

2015-10-26 Thread John Omernik
JDBC Plugin issue with Text is listed here https://issues.apache.org/jira/browse/DRILL-3956 Anyone know of a work around (for some testing) (A cast or something) I tried removing the TEXT columns from the select and that failed too (it's likely the error/NPE comes in the meta data regardless if