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