You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/10/22 08:08:38 UTC

[GitHub] [hudi] Zhangshunyu opened a new issue, #7031: [SUPPORT] Why enableVectorizedReader hard coded in BaseFileOnlyRelation?

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: commits-unsubscribe@hudi.apache.org.apache.org

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


[GitHub] [hudi] Zhangshunyu closed issue #7031: [SUPPORT] Why enableVectorizedReader hard coded in BaseFileOnlyRelation?

Posted by GitBox <gi...@apache.org>.
Zhangshunyu closed issue #7031: [SUPPORT] Why enableVectorizedReader hard coded in BaseFileOnlyRelation?
URL: https://github.com/apache/hudi/issues/7031


-- 
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: commits-unsubscribe@hudi.apache.org

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