We are reading below parquet file with partitions on file system, when we see Explain physical plan, one of the File Filter is missing from Plan. If this is not pushed down due to some reason then it should somewhere should be shown in the plan.
Parquet files

read_parquet query
EXPLAIN SELECT * FROM read_parquet('', hive_partitioning = true) where date = 20221201 and id= 'ID';
EXPLAIN plan output -> ID file filter is missing
