Re: [PR] Spark-3.5: Refactor BaseProcedure to support views [iceberg]

2024-11-22 Thread via GitHub
ajantha-bhat closed pull request #11326: Spark-3.5: Refactor BaseProcedure to support views URL: https://github.com/apache/iceberg/pull/11326 -- 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 spec

Re: [PR] Spark-3.5: Refactor BaseProcedure to support views [iceberg]

2024-11-15 Thread via GitHub
github-actions[bot] commented on PR #11326: URL: https://github.com/apache/iceberg/pull/11326#issuecomment-2480194419 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pul

Re: [PR] Spark-3.5: Refactor BaseProcedure to support views [iceberg]

2024-10-15 Thread via GitHub
ajantha-bhat commented on code in PR #11326: URL: https://github.com/apache/iceberg/pull/11326#discussion_r1802441910 ## spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/BaseCatalog.java: ## @@ -30,12 +30,14 @@ import org.apache.spark.sql.connector.iceberg.catalog.Proced

Re: [PR] Spark-3.5: Refactor BaseProcedure to support views [iceberg]

2024-10-15 Thread via GitHub
ajantha-bhat commented on code in PR #11326: URL: https://github.com/apache/iceberg/pull/11326#discussion_r1802441910 ## spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/BaseCatalog.java: ## @@ -30,12 +30,14 @@ import org.apache.spark.sql.connector.iceberg.catalog.Proced

Re: [PR] Spark-3.5: Refactor BaseProcedure to support views [iceberg]

2024-10-15 Thread via GitHub
ajantha-bhat commented on code in PR #11326: URL: https://github.com/apache/iceberg/pull/11326#discussion_r1802439972 ## spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/SparkSessionCatalog.java: ## @@ -397,4 +401,61 @@ public UnboundFunction loadFunction(Identifier ident

[PR] Spark-3.5: Refactor BaseProcedure to support views [iceberg]

2024-10-15 Thread via GitHub
ajantha-bhat opened a new pull request, #11326: URL: https://github.com/apache/iceberg/pull/11326 Would like to add some procedures for Iceberg views and the current framework doesn't support it. Hence, the refactor. -- This is an automated message from the Apache Git Service. To res