You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "celltobig (via GitHub)" <gi...@apache.org> on 2024/04/18 11:37:46 UTC

[I] java.lang.NoClassDefFoundError: scala/jdk/CollectionConverters$ [iceberg]

celltobig opened a new issue, #10175:
URL: https://github.com/apache/iceberg/issues/10175

   ### Apache Iceberg version
   
   1.5.0 (latest release)
   
   ### Query engine
   
   Spark
   
   ### Please describe the bug 🐞
   
   use sparkSesson.SQL run  error  
   maybe only spark3.3 has org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsAstBuilder.toBuffer  ,
   spark3.5 has not  ?
   
   
   <dependency>
               <groupId>org.apache.iceberg</groupId>
               <artifactId>iceberg-spark-runtime-3.5_2.12</artifactId>
               <version>1.5.0</version>
           </dependency>
   
   -- 重写文件
   CALL spark_catalog.system.rewrite_data_files(
     table => 'dl_test.t1',
     strategy => 'binpack',
     options => map(
       'rewrite-job-order','bytes-asc',
       'min-input-files','2'
     )
   );
   
    
   ![image](https://github.com/apache/iceberg/assets/4598224/8db56958-d130-47a9-ac93-3b8ac13b3ce9)
   
   
   
   


-- 
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.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


Re: [I] java.lang.NoClassDefFoundError: scala/jdk/CollectionConverters$ [iceberg]

Posted by "nastra (via GitHub)" <gi...@apache.org>.
nastra commented on issue #10175:
URL: https://github.com/apache/iceberg/issues/10175#issuecomment-2099297714

   @celltobig are you by any chance running Scala 2.13?


-- 
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


Re: [I] java.lang.NoClassDefFoundError: scala/jdk/CollectionConverters$ [iceberg]

Posted by "celltobig (via GitHub)" <gi...@apache.org>.
celltobig commented on issue #10175:
URL: https://github.com/apache/iceberg/issues/10175#issuecomment-2063661245

   ![Uploading image.png…]()
   


-- 
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