Re: [PR] Spark: Fail on recursive cycle in view [iceberg]

2024-03-26 Thread via GitHub
amogh-jahagirdar merged PR #9834: URL: https://github.com/apache/iceberg/pull/9834 -- 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...@ic

Re: [PR] Spark: Fail on recursive cycle in view [iceberg]

2024-03-26 Thread via GitHub
nastra commented on PR #9834: URL: https://github.com/apache/iceberg/pull/9834#issuecomment-2020344657 CI failure is known and related to https://github.com/apache/iceberg/issues/10038 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] Spark: Fail on recursive cycle in view [iceberg]

2024-03-26 Thread via GitHub
nastra commented on code in PR #9834: URL: https://github.com/apache/iceberg/pull/9834#discussion_r1539052083 ## spark/v3.5/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckViews.scala: ## @@ -63,4 +72,29 @@ object CheckViews extends (LogicalPlan => Un

Re: [PR] Spark: Fail on recursive cycle in view [iceberg]

2024-03-11 Thread via GitHub
amogh-jahagirdar commented on code in PR #9834: URL: https://github.com/apache/iceberg/pull/9834#discussion_r151993 ## spark/v3.5/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckViews.scala: ## @@ -63,4 +72,29 @@ object CheckViews extends (Logical

Re: [PR] Spark: Fail on recursive cycle in view [iceberg]

2024-02-29 Thread via GitHub
nastra commented on code in PR #9834: URL: https://github.com/apache/iceberg/pull/9834#discussion_r1507614885 ## spark/v3.5/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckViews.scala: ## @@ -63,4 +72,29 @@ object CheckViews extends (LogicalPlan => Un