Nemanja Boric created SPARK-48843:
-------------------------------------

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


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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to