iceberg icon indicating copy to clipboard operation
iceberg copied to clipboard

run SmokeTest with ClassNotFoundException

Open lordk911 opened this issue 3 years ago • 2 comments

Query engine

spark

Question

I clone the iceberg project to idea , when trying to run spark/v3.3/spark-runtime/src/integration/java/org/apache/iceberg/spark/SmokeTest.java

I got some test faild with java.lang.ClassNotFoundException: scala.jdk.CollectionConverters$ error

I want to know how can I run the test, thanks.

lordk911 avatar Sep 19 '22 08:09 lordk911

I can confirm that those are actually failing when running ./gradlew :iceberg-spark:iceberg-spark-runtime-3.3_2.12:integrationTest

nastra avatar Sep 21 '22 15:09 nastra

@lordk911 can you please re-try running the smoke test with the fix proposed in https://github.com/apache/iceberg/pull/5819?

nastra avatar Sep 22 '22 07:09 nastra