jnturton commented on PR #2637:
URL: https://github.com/apache/drill/pull/2637#issuecomment-1240540040

   I guess there are two different classes of character data.
   
   1. Internal use character data where we can use whatever encoding we like 
and perhaps would choose based on performance (would that suggest UTF-16?).
   2. Interchange character data that we share with the outside world, e.g. a 
JSON file that Drill wants to query. It feels like it would be nice if we can 
accept different encodings here. I wonder what Jackson and friends do w.r.t. 
character encodings.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to