ajantha-bhat commented on code in PR #5824:
URL: https://github.com/apache/iceberg/pull/5824#discussion_r1022971182
##########
spark/v3.3/build.gradle:
##########
@@ -39,6 +39,7 @@
project(":iceberg-spark:iceberg-spark-${sparkMajorVersion}_${scalaVersion}") {
}
dependencies {
+ implementation group: 'com.github.davidmoten', name: 'hilbert-curve',
version: '0.2.2'
Review Comment:
Interesting. TIL.
I thought only if we keep their source code in our code, we need to add in
[LICENCE](https://github.com/apache/iceberg/blob/master/LICENSE)
We do depend on a lot of third-party libraries and I don't see them in
LICENSE. Do you know why?
--
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]