dongjoon-hyun commented on code in PR #43192: URL: https://github.com/apache/spark/pull/43192#discussion_r1342099075
########## LICENSE: ########## @@ -221,6 +221,7 @@ connector/spark-ganglia-lgpl/src/main/java/com/codahale/metrics/ganglia/GangliaR Python Software Foundation License ---------------------------------- +python/pyspark/loose_version.py python/docs/source/_static/copybutton.js Review Comment: Yes and no~ Yes, we had `copybutton.js` file. ``` spark-3.5.0-bin-hadoop3:$ find . -name copybutton.js ./python/docs/source/_static/copybutton.js ``` But, still no. We didn't have no PSF entry in `LICENSE-binary` which is a part of Apache Spark binary distribution. So, I added in this PR. -- 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]
