bkosuru commented on issue #9172:
URL: https://github.com/apache/hudi/issues/9172#issuecomment-1761483485

   @danny0405 
   The fix in PR https://github.com/apache/hudi/pull/8082 
   ```
    if (!HoodieSparkUtils.gteqSpark3_3_2) {
         
sqlContext.sparkSession.sessionState.conf.setConfString("spark.sql.parquet.enableVectorizedReader",
 "true")
       }
   ```
   does not work because the default value for 
spark.sql.parquet.enableVectorizedReader is true
   
   Works fine with Hudi 0.14.0 and Spark 3.4.0 in a local setting but we cannot 
upgrade to GCP serverless 2.1 because it requires scala 2.13 and hudi isn’t 
available for Scala 2.13
    
    Two options:
    1)Provide correct fix for Spark 3.3.2
    2)Make Hudi available for Scala 2.13 


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