danny0405 commented on issue #10838:
URL: https://github.com/apache/hudi/issues/10838#issuecomment-1987440559

   There might be mutiple spark-core jars on your classpath so that the 
belowing code snippet does not work well:
   
   ```xml
       } else if (HoodieSparkUtils.isSpark3_0) {
         "org.apache.spark.sql.adapter.Spark3_0Adapter"
       } else {
         "org.apache.spark.sql.adapter.Spark2Adapter"
       }
   ```


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