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


   FYI, since the official release of 0.13, the artifact is available 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to