Hello, was wondering about predicate push down wit...
# questions-and-troubleshooting
a
Hello, was wondering about predicate push down with iceberg transformations - if i have a table partition by bucket(id, 500) and then run predicate :
Copy code
where id in (list of ids)
will starrocks try to resolve this ids in the metadata layer (i mean resolve partititons ) or not ?