zhuqi-lucas commented on PR #16216:
URL: https://github.com/apache/datafusion/pull/16216#issuecomment-2926807164

   > lgtm thanks @alamb
   > 
   > I remember back then in Oracle days, there was VARCHAR and VARCHAR2 data 
types, just thinking aloud if it can be reused like VARCHAR is UTF8 ArrowType, 
VARCHAR2 is UTF8View
   
   Interesting @comphead , we are currently have the option to disable it and 
fall back to UTF8:
   set datafusion.sql_parser.map_varchar_to_utf8view = false;
   
   But it seems if we also have the VARCHAR/VARCHAR2 , it's also a improvement 
from customer side. Thanks!


-- 
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: github-unsubscr...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to