jtmzheng edited a comment on issue #2566: URL: https://github.com/apache/hudi/issues/2566#issuecomment-777224119
I tried modifying `spark.jars.packages` to be `"org.apache.hudi:hudi-spark-bundle_2.12:0.7.0,org.apache.spark:spark-avro_2.12:3.0.0,org.apache.spark:spark-sql_2.12:3.0.0"` which still leads to the same error in the test. Edit: Changing the table type to COPY_ON_WRITE gets the test to pass, seems to only affect MOR (which makes sense based on the stacktrace). ---------------------------------------------------------------- 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]
