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' ) );  -- 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-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org