AngersZhuuuu commented on issue #26437: [SPARK-29800][SQL] Rewrite non-correlated subquery use ScalaSubquery to optimize perf URL: https://github.com/apache/spark/pull/26437#issuecomment-570479568 @cloud-fan about failed test `SPARK-21835: Join in correlated subquery should be duplicateResolved: case 1`, Maybe we should just remove it, don't need this now `SPARK-19993 subquery with cached underlying relation` change assert value to 2? ``` assert(getNumInMemoryTablesRecursively(cachedDs.queryExecution.sparkPlan) == 2) ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
