Skip to content

Pushdown filter not working with Varchar datatype #464

Description

@asethia

Hi,

In our code

spark.read
.format("com.databricks.spark.redshift")
.option("url","<<jdbc url>>")
.option("user","user")
.option("password","password")
.option("forward_spark_s3_credentials" -> "true")
.option("tempdir","<<s3 bucket>>")
.option("dbtable","schema.tablename")
.load()
.select("*")
.filter("FIELDNAME='N'")

The physical plan shows PushedFilters: []

Library version: com.databricks:spark-redshift_2.11:2.0.1
Spark Version : 2.4.4

Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions