When reading a table from a REST catalog, we seem to make the same call several times.
table ice;
...
INFO: making GET request to URL .../polaris/api/catalog/v1/MYDB/namespaces/PUBLIC/tables/Q1
...
INFO: making GET request to URL .../polaris/api/catalog/v1/MYDB/namespaces/PUBLIC/tables/Q1
...
INFO: making GET request to URL .../polaris/api/catalog/v1/MYDB/namespaces/PUBLIC/tables/Q1
Ideally, we would only make a single call. I suspect there's a planner + executor dimension, but not sure.