You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Vadim (Jira)" <ji...@apache.org> on 2023/02/15 15:44:00 UTC

[jira] [Created] (SPARK-42450) dataset.where() omit quotes if where IN clause has more than 10 operands

Vadim created SPARK-42450:
-----------------------------

             Summary: dataset.where() omit quotes if where IN clause has more than 10 operands
                 Key: SPARK-42450
                 URL: https://issues.apache.org/jira/browse/SPARK-42450
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 3.3.0
            Reporter: Vadim
             Fix For: 3.3.2, 3.4.0
         Attachments: java-code.txt, stacktrace.txt

dataset.where()/filter() omit string quotes if where IN clause has more than 10 operands. With datasourceV1 works as expected.
 - Spark verison 3.3.0
 - Scala version 2.12
 - DatasourceV2
 - Postgres
 - Postrgres JDBC Driver: 42+
 - Java8

 

 



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