Re: [PR] Spark 3.4: Action to compute table stats [iceberg]

2024-09-13 Thread via GitHub
szehon-ho commented on PR #11106: URL: https://github.com/apache/iceberg/pull/11106#issuecomment-2349803095 Merged, thanks @karuppayya and all for additional review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Spark 3.4: Action to compute table stats [iceberg]

2024-09-13 Thread via GitHub
szehon-ho merged PR #11106: URL: https://github.com/apache/iceberg/pull/11106 -- 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

Re: [PR] Spark 3.4: Action to compute table stats [iceberg]

2024-09-12 Thread via GitHub
karuppayya closed pull request #11106: Spark 3.4: Action to compute table stats URL: https://github.com/apache/iceberg/pull/11106 -- 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.

Re: [PR] Spark 3.4: Action to compute table stats [iceberg]

2024-09-11 Thread via GitHub
dramaticlly commented on code in PR #11106: URL: https://github.com/apache/iceberg/pull/11106#discussion_r1755572668 ## spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/actions/NDVSketchUtil.java: ## @@ -0,0 +1,93 @@ +/* + * Licensed to the Apache Software Foundation (ASF

Re: [PR] Spark 3.4: Action to compute table stats [iceberg]

2024-09-11 Thread via GitHub
huaxingao commented on code in PR #11106: URL: https://github.com/apache/iceberg/pull/11106#discussion_r1755274103 ## spark/v3.3/build.gradle: ## @@ -59,6 +59,7 @@ project(":iceberg-spark:iceberg-spark-${sparkMajorVersion}_${scalaVersion}") { implementation project(':icebe