Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
3.4.0
-
None
Description
Queries that include a filter with row_index currently always return an empty result. This is because we consider all metadata attributes constant per file here and the filter then always evaluates to false.
This should be fixed as a follow up to SPARK-41791