Pavle Martinović created SPARK-52353: ----------------------------------------
Summary: Fix bug with wrong constraints in LogicalRDDs referencing previous iterations Key: SPARK-52353 URL: https://issues.apache.org/jira/browse/SPARK-52353 Project: Spark Issue Type: Sub-task Components: SQL Affects Versions: 4.1.0 Reporter: Pavle Martinović In some cases logicalRDDs used for memorizing the previous iteration results produces incorrect statistics, so the filter gets pruned out, leading to an infinite recursion. We should fix this bug by removing these stats. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org