Zhangshunyu opened a new issue, #7031:
URL: https://github.com/apache/hudi/issues/7031

    Hi team,
   we can see the code in BaseFileOnlyRelation
   ```
    override def imbueConfigs(sqlContext: SQLContext): Unit = {
       super.imbueConfigs(sqlContext)
       
sqlContext.sparkSession.sessionState.conf.setConfString("spark.sql.parquet.enableVectorizedReader",
 "true")
     }
   ```
   it is hard coded, is there any reason for this? 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: [email protected]

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

Reply via email to