sbernauer opened a new issue #1812: URL: https://github.com/apache/hudi/issues/1812
Hello together, I'm using a Hudi build from the current master branch and Spark 3.0.0. Hudi uses the method `org.apache.spark.sql.catalyst.encoders.ExpressionEncoder.fromRow(Lorg/apache/spark/sql/catalyst/InternalRow;)Ljava/lang/Object;` In Spark 3.0.0 this method was removed by commit https://github.com/apache/spark/commit/e7fef70fbbea08a38316abdaa9445123bb8c39e2 It would be great if Hudi would support Spark 3.0.0. But I'm not sure how to fix this in a way to still support Spark 2.x Thanks a lot! Sebastian ---------------------------------------------------------------- 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: [email protected]
