RussellSpitzer commented on code in PR #12160:
URL: https://github.com/apache/iceberg/pull/12160#discussion_r1938492198


##########
spark/v3.5/spark-runtime/LICENSE:
##########
@@ -219,54 +219,17 @@ License: http://www.apache.org/licenses/LICENSE-2.0.txt
 
 
--------------------------------------------------------------------------------
 
-This binary artifact contains Paranamer.

Review Comment:
   ```bash
   ➜  libs git:(9feca0c30) zipgrep Paranamer 
iceberg-spark-runtime-3.5_2.12-1.8.0-SNAPSHOT.jar
   LICENSE:This binary artifact contains Paranamer.
   LICENSE:This binary artifact contains Paranamer.
   ➜  libs git:(9feca0c30) zipgrep paranamer 
iceberg-spark-runtime-3.5_2.12-1.8.0-SNAPSHOT.jar
   LICENSE:Home page: https://github.com/paul-hammant/paranamer
   LICENSE:License: 
https://github.com/paul-hammant/paranamer/blob/master/LICENSE.txt (BSD)
   LICENSE:Home page: https://github.com/paul-hammant/paranamer
   LICENSE:License: 
https://github.com/paul-hammant/paranamer/blob/master/LICENSE.txt (BSD)
   ```
   All I get are hits in the License file. According to the website it's for 
parameter access in Java 8.0 and earlier? I asked intellij
   
   <img width="932" alt="image" 
src="https://github.com/user-attachments/assets/2516beb3-4481-43d2-9849-f7c9e8df898b";
 />
   
   Since both of these are coming in via Spark and we are excluding Spark from 
the runtime we are all good here.



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