You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/02/23 22:37:31 UTC

[GitHub] [spark] allisonwang-db edited a comment on pull request #32179: [SPARK-35080][SQL] Only allow a subset of correlated equality predicates when a subquery is aggregated

allisonwang-db edited a comment on pull request #32179:
URL: https://github.com/apache/spark/pull/32179#issuecomment-1049283338


   Hi @adelaocampos this is indeed a breaking change. Such query patterns are blocked because they can potentially lead to incorrect results, and there is no configuration to allow the behavior. The check is very strict right now. If you don't mind sharing your query, we can see if there is a way to bypass the correlated subquery check here.


-- 
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: reviews-unsubscribe@spark.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org