KevinyhZou opened a new issue, #7267:
URL: https://github.com/apache/incubator-gluten/issues/7267

   ### Description
   
   When read table by use `HiveTableScanExec`, like read json/ text format, or 
set `spark.sql.hive.convertMetastoreParquet`, 
`spark.sql.hive.convertMetastoreOrc` as `false`, to read parquet / orc, if the 
table contains complex type, like `struct` type as s: Struct<a1 string, a2 
string, a3 string>, when query `s.a1` from table, then s.a1, s.a2, s.a3 will 
all need to be deserialized, which is Inefficient


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to