### Apache Iceberg version None ### Please describe the bug 🐞 ``` tasks = table.scan(row_filter="dt='2023-08-20' AND view_type=1 AND hr='00' ").plan_files() ``` Only filter for `dt` and `view_type` is taken care of, but `hr` is not.