advancedxy commented on PR #8808:
URL: https://github.com/apache/iceberg/pull/8808#issuecomment-1876803507

   Spark adds a configuration to control whether to treat binary as string in 
parquet reader, see: 
https://github.com/apache/spark/blob/c8137960a0ba725d1633795a057c68f2bbef414b/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala#L981
   
   For this cases, the similar approach should be adapted, rather to promote 
binary to string regardless. It would be safer and it's up to the users to 
decide. WDYT @RussellSpitzer 


-- 
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: issues-unsubscr...@iceberg.apache.org

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


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

Reply via email to