You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/11/14 14:35:12 UTC

[GitHub] [iceberg] RussellSpitzer commented on a diff in pull request #5824: Spark: support hilbert curve when rewrite

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


##########
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:
   What is the licensing info on this library? Just want to make sure it is allowed to be included in the project?



-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org