You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/02/04 15:14:13 UTC

[GitHub] [iceberg] cccs-br commented on issue #3585: Spark 3.2.0 java.lang.IncompatibleClassChangeError when using IcebergSparkSessionExtensions

cccs-br commented on issue #3585:
URL: https://github.com/apache/iceberg/issues/3585#issuecomment-1030078552


   FYI, since the official release of 0.13, the artifact is availbe with these coordinates...
   
   Spark: 3.2.0
   Iceberg: 0.13
   
   sbt:
   ```
   // https://mvnrepository.com/artifact/org.apache.iceberg/iceberg-spark-runtime
   libraryDependencies += "org.apache.iceberg" % "iceberg-spark-runtime" % "0.13.0"
   ```
   
   maven
   ```
   <!-- https://mvnrepository.com/artifact/org.apache.iceberg/iceberg-spark-runtime -->
   <dependency>
       <groupId>org.apache.iceberg</groupId>
       <artifactId>iceberg-spark-runtime</artifactId>
       <version>0.13.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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org