jbonofre commented on code in PR #12095: URL: https://github.com/apache/iceberg/pull/12095#discussion_r1936947179
########## spark/v3.5/spark-runtime/LICENSE: ########## @@ -582,66 +460,48 @@ License text: -------------------------------------------------------------------------------- This binary artifact contains code from Project Nessie. - -Copyright: 2020 Dremio Corporation. +Group: org.projectnessie.nessie Name: nessie-client Version: 0.102.2 +Copyright: 2015-2017 Dremio Corporation Home page: https://projectnessie.org/ License: http://www.apache.org/licenses/LICENSE-2.0 -------------------------------------------------------------------------------- -This product includes code from Apache Spark. - -* vectorized reading of definition levels in BaseVectorizedParquetValuesReader.java -* portions of the extensions parser -* casting logic in AssignmentAlignmentSupport -* implementation of SetAccumulator. - +Group: org.apache.spark Name: spark-sql_2.12 Version: 3.5.4 Review Comment: See my other comment: I see spark sql classes in the jar: ``` $ jar tvf iceberg-spark-runtime-3.5_2.12-1.8.0-SNAPSHOT.jar|grep -i spark ... 4147 Fri Feb 01 00:00:00 CET 1980 org/apache/spark/sql/execution/datasources/v2/SetWriteDistributionAndOrderingExec$.class 17208 Fri Feb 01 00:00:00 CET 1980 org/apache/spark/sql/execution/datasources/v2/SetWriteDistributionAndOrderingExec.class 2854 Fri Feb 01 00:00:00 CET 1980 org/apache/spark/sql/execution/datasources/v2/ShowCreateV2ViewExec$.class 16975 Fri Feb 01 00:00:00 CET 1980 org/apache/spark/sql/execution/datasources/v2/ShowCreateV2ViewExec.class 3184 Fri Feb 01 00:00:00 CET 1980 org/apache/spark/sql/execution/datasources/v2/ShowV2ViewPropertiesExec$.class 14011 Fri Feb 01 00:00:00 CET 1980 org/apache/spark/sql/execution/datasources/v2/ShowV2ViewPropertiesExec.class 3412 Fri Feb 01 00:00:00 CET 1980 org/apache/spark/sql/execution/datasources/v2/ShowV2ViewsExec$.class 18726 Fri Feb 01 00:00:00 CET 1980 org/apache/spark/sql/execution/datasources/v2/ShowV2ViewsExec.class ``` -- 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 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