Skip to content

SPARK-17091: Convert IN predicate to Parquet filter push-down" fails for both native_iceberg_compat #1940

@parthchandra

Description

@parthchandra

Describe the bug

The test from Spark SQL tests fails in native_iceberg_compat
The reason for the failure is that Spark does not filter out all the records in the scan while datafusion does, leading to a difference in the number of records actually returned by the scan. The test explicitly checks the number of records returned by the scan.
Eventually both return correct (i.e. identical) results.

The test needs to be fixed for native_iceberg_compat so it does not fail.

Steps to reproduce

No response

Expected behavior

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingnative_iceberg_compatSpecific to native_iceberg_compat scan typepriority:mediumFunctional bugs, performance regressions, broken features

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions