findepi commented on issue #13408:
URL: https://github.com/apache/datafusion/issues/13408#issuecomment-2480677400

   > statement ok
   > create table t(a varchar) as values ('1'), ('2');
   > 
   > query T
   > select arrow_typeof(a) from t;
   > ----
   > Utf8View
   > Utf8View
   
   if the table `t` is created internally using Utf8View, then i agree that SLT 
should return that on query output.
   if the table `t` is created internally using Utf8, SLT should continue to 
read it as Utf8, unless DF engine generally replaces Utf8View with Utf8 (which 
i think it does not)
   
   
   So, do we need a new config after all?
   
   
   
   


-- 
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