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

Wenchen Fan resolved SPARK-48843.
---------------------------------
    Fix Version/s: 3.5.2
                   4.0.0
       Resolution: Fixed

Issue resolved by pull request 47271
[https://github.com/apache/spark/pull/47271]

> Infinite loop with GlobalLimit/BindParameters
> ---------------------------------------------
>
>                 Key: SPARK-48843
>                 URL: https://issues.apache.org/jira/browse/SPARK-48843
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 3.5.0
>            Reporter: Nemanja Boric
>            Assignee: Nemanja Boric
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.5.2, 4.0.0
>
>
> When using Spark connect and with the following snippet:
> {{{}df = spark.sql("SELECT * FROM VALUES (TIMESTAMP('2022-12-25 10:30:00'), 
> 1) as tab(date, val) where val = :val", args = \{'val': 
> 1}){}}}{{{}df.first().collect(){}}}
>  
> Spark enters the infinite loop in the parser.



--
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

Reply via email to