Are there display settings in the jdbc interpreter. Something in how data is being returned from Apache Drill is making some assumptions about formatting that is bothering me, for example, a zip code field is being read (I assume) as an int, and commas are being added in the display. The commas don't exist in the raw data, only in the output form jdbc.
Thoughts? John