[GitHub] [hudi] aditiwari01 commented on issue #2748: Are we stopping support for spark <2.4.4 with hudi 0.8.0?

2021-03-31 Thread GitBox


aditiwari01 commented on issue #2748:
URL: https://github.com/apache/hudi/issues/2748#issuecomment-811280058


   Yes. I faced the issue with 2.4.0 version itself.


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

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




[GitHub] [hudi] aditiwari01 commented on issue #2748: Are we stopping support for spark <2.4.4 with hudi 0.8.0?

2021-03-31 Thread GitBox


aditiwari01 commented on issue #2748:
URL: https://github.com/apache/hudi/issues/2748#issuecomment-810832656


   @garyli1019  Yes. More specifically for the mentioned method, we are using a 
constant "SparkDataSourceUtils.PARTITIONING_COLUMNS_KEY". 
   
   This was introduced in spark v2.4.2. Hence for versions <2.4.2 the 
compilation fails with object not found.
   
   For reference:
   spark v2.4.1 
(https://github.com/apache/spark/blob/v2.4.1/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceUtils.scala)
  PARTITIONING_COLUMNS_KEY not present.
   
   spark v2.4.2 
(https://github.com/apache/spark/blob/v2.4.2/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceUtils.scala)
 PARTITIONING_COLUMNS_KEY is present.


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

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