rdblue commented on code in PR #16043: URL: https://github.com/apache/iceberg/pull/16043#discussion_r3132434472
########## spark/v3.5/spark-runtime/LICENSE: ########## @@ -520,19 +520,77 @@ This product includes code from Apache HttpComponents Client. Copyright: 1999-2022 The Apache Software Foundation. Home page: https://hc.apache.org/ -License: https://www.apache.org/licenses/LICENSE-2.0 +License: Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt -------------------------------------------------------------------------------- This binary artifact contains failsafe. Copyright: Jonathan Halterman and friends Home page: https://failsafe.dev/ -License: https://www.apache.org/licenses/LICENSE-2.0.html +License: Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt -------------------------------------------------------------------------------- This binary artifact contains Eclipse MicroProfile OpenAPI. Home page: https://github.com/microprofile/microprofile-open-api -License: https://www.apache.org/licenses/LICENSE-2.0 +License: Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + +-------------------------------------------------------------------------------- + +This binary artifact contains Apache DataSketches. + +Copyright: 2015-2025 The Apache Software Foundation. +Home page: https://datasketches.apache.org/ +License: Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + +-------------------------------------------------------------------------------- + +This binary artifact contains LocationTech JTS Core. + +Copyright: Copyright (c) 2016-2024 LocationTech and Contributors. +Home page: https://github.com/locationtech/jts +License: Eclipse Public License v. 2.0 - https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt + +-------------------------------------------------------------------------------- + +This binary artifact contains JCTools via Netty. + +Copyright: 2013-2024 Nitsan Wakart and contributors +Home page: https://github.com/JCTools/JCTools +License: Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + +-------------------------------------------------------------------------------- + +This binary artifact contains OpenHFT Zero-Allocation Hashing via Parquet. + +Copyright: 2014 Higher Frequency Trading http://www.higherfrequencytrading.com +Home page: https://github.com/OpenHFT/Zero-Allocation-Hashing +License: Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + +-------------------------------------------------------------------------------- + +This binary artifact contains RoaringBitmap. + +Copyright: 2013-2024 the RoaringBitmap authors +Home page: https://github.com/RoaringBitmap/RoaringBitmap +License: Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + +-------------------------------------------------------------------------------- + +This binary artifact contains Eclipse Collections. Review Comment: How is this used? Is it pulled in transitively? We don't use Eclipse collections, so if this is a new direct dependency, we should remove it. Also, for Spark we want to check what Jars are already included in the Spark bundle and exclude them so that we don't ship duplicates or conflicts. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
