navbalaraman commented on issue #7060:
URL: https://github.com/apache/hudi/issues/7060#issuecomment-1303684365

   @nsivabalan EMR 6.8 supports only 0.11.1 but we needed to get on 0.12.0 to 
have the null value issue resolved. so I upgraded spark to 3.3.0 and used the 
below hudi spark bundle to get it working now. Thanks for your inputs.
   
       <dependency>
         <groupId>org.apache.hudi</groupId>
         <artifactId>hudi-spark3.3-bundle_2.12</artifactId>
         <version>0.12.0</version>
       </dependency>


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