Huaxin Gao created SPARK-38357: ---------------------------------- Summary: StackOverflowError with OR(data filter, partition filter) Key: SPARK-38357 URL: https://issues.apache.org/jira/browse/SPARK-38357 Project: Spark Issue Type: Bug Components: SQL Affects Versions: 3.2.1 Reporter: Huaxin Gao
If the filter has OR and contains both data filter and partition filter, e.g. p is partition col and id is data col {code:java} SELECT * FROM tmp WHERE (p = 0 AND id > 0) OR (p = 1 AND id = 2) {code} throws StackOverflowError -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org