Fokko commented on issue #11431:
URL: https://github.com/apache/iceberg/issues/11431#issuecomment-2449423197

   I believe they are both present. I just build the runtime jars locally:
   
   ```
   ./gradlew build -x test -x integrationTest       
   ls -lah 
spark/v3.5/spark-runtime/build/libs/iceberg-spark-runtime-3.5_2.12-1.7.0-SNAPSHOT*
   -rw-r--r--  1 fokko.driesprong  staff   6.0K Oct 30 12:55 
spark/v3.5/spark-runtime/build/libs/iceberg-spark-runtime-3.5_2.12-1.7.0-SNAPSHOT-javadoc.jar
   -rw-r--r--  1 fokko.driesprong  staff   6.0K Oct 30 12:55 
spark/v3.5/spark-runtime/build/libs/iceberg-spark-runtime-3.5_2.12-1.7.0-SNAPSHOT-sources.jar
   -rw-r--r--  1 fokko.driesprong  staff   6.0K Oct 30 12:55 
spark/v3.5/spark-runtime/build/libs/iceberg-spark-runtime-3.5_2.12-1.7.0-SNAPSHOT-tests.jar
   -rw-r--r--  1 fokko.driesprong  staff    43M Oct 30 12:55 
spark/v3.5/spark-runtime/build/libs/iceberg-spark-runtime-3.5_2.12-1.7.0-SNAPSHOT.jar
   ```
   
   When unzipping, it shows that there are two `LICENSE` and `NOTICE` files:
   ```
   unzip iceberg-spark-runtime-3.5_2.12-1.7.0-SNAPSHOT.jar
   ...
   replace LICENSE? [y]es, [n]o, [A]ll, [N]one, [r]ename: r
   new name: LICENSE2
     inflating: LICENSE2                
   replace NOTICE? [y]es, [n]o, [A]ll, [N]one, [r]ename: r
   new name: NOTICE2
   ```
   
   Looks like `LICENSE` is [the root 
one](https://github.com/apache/iceberg/blob/main/LICENSE):
   ```
   tail LICENSE
   
   This product includes code from Apache Flink.
   
   * Parameterized test at class level logic in ParameterizedTestExtension.java
   * Parameter provider annotation for parameterized tests in Parameters.java
   * Parameter field annotation for parameterized tests in Parameter.java
   
   Copyright: 1999-2022 The Apache Software Foundation.
   Home page: https://flink.apache.org/
   License: https://www.apache.org/licenses/LICENSE-2.0%   
   ```
   
   And `LICENSE2` looks like the [one in the 
subdir](https://github.com/apache/iceberg/blob/main/spark/v3.5/spark-runtime/LICENSE):
   ```
   tail LICENSE2
   
   
--------------------------------------------------------------------------------
   
   This product includes code from Apache HttpComponents Client.
   
   * retry and error handling logic in ExponentialHttpRequestRetryStrategy.java
   
   Copyright: 1999-2022 The Apache Software Foundation.
   Home page: https://hc.apache.org/
   License: https://www.apache.org/licenses/LICENSE-2.0
   ```
   
   One of them might have been dropped because of the identical name, but it 
looks like it is in there.


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

Reply via email to