You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Allison Wang (Jira)" <ji...@apache.org> on 2023/10/18 03:51:00 UTC

[jira] [Updated] (SPARK-45584) Execution fails when there are subqueries in TakeOrderedAndProjectExec

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

Allison Wang updated SPARK-45584:
---------------------------------
    Description: 
When there are subqueries in TakeOrderedAndProjectExec, the query can throw this exception:

 java.lang.IllegalArgumentException: requirement failed: Subquery subquery#242, [id=#109|#109] has not finished 

This is because TakeOrderedAndProjectExec does not wait for subquery execution.

  was:
When there are subqueries in TakeOrderedAndProjectExec, the query can throw this exception:

 java.lang.IllegalArgumentException: requirement failed: Subquery subquery#242, [id=#109] has not finished 


> Execution fails when there are subqueries in TakeOrderedAndProjectExec
> ----------------------------------------------------------------------
>
>                 Key: SPARK-45584
>                 URL: https://issues.apache.org/jira/browse/SPARK-45584
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 3.5.0
>            Reporter: Allison Wang
>            Priority: Major
>
> When there are subqueries in TakeOrderedAndProjectExec, the query can throw this exception:
>  java.lang.IllegalArgumentException: requirement failed: Subquery subquery#242, [id=#109|#109] has not finished 
> This is because TakeOrderedAndProjectExec does not wait for subquery execution.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org