You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2022/03/01 05:26:00 UTC

[jira] [Assigned] (SPARK-38357) StackOverflowError with OR(data filter, partition filter)

     [ https://issues.apache.org/jira/browse/SPARK-38357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-38357:
------------------------------------

    Assignee:     (was: Apache Spark)

> 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
>            Priority: Major
>
> 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org