agubichev commented on code in PR #43111:
URL: https://github.com/apache/spark/pull/43111#discussion_r1341562525
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala:
##########
@@ -1397,6 +1400,10 @@ trait CheckAnalysis extends PredicateHelper with
LookupCatalog with QueryErrorsB
failOnInvalidOuterReference(l)
checkPlan(input, aggregated, canContainOuter)
+ case o @ Offset(_, input) =>
Review Comment:
some tests with EXISTS had offset, so i decided to include the offset
handling.
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala:
##########
@@ -1134,8 +1134,11 @@ trait CheckAnalysis extends PredicateHelper with
LookupCatalog with QueryErrorsB
isLateral: Boolean = false): Unit = {
// Some query shapes are only supported with the DecorrelateInnerQuery
framework.
// Currently we only use this new framework for scalar and lateral
subqueries.
Review Comment:
done
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]