You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQL with filter condition "or" (e.g. ' select * from iceberg.iceberg_schema.tableA where id = 1 or data = 'test' ') can not be pushed down to Iceberg metadata when doing sql plan stage, which lead to such scenario can not make full use of iceberg’s MIN/MAX index. As far as I know, Iceberg itself supports filter with 'or' condition. I am wondering if it's the limit by current framework of trino ?Does anyone has good idea on this? Thanks in advance
The text was updated successfully, but these errors were encountered:
SQL with filter condition "or" (e.g. ' select * from iceberg.iceberg_schema.tableA where id = 1 or data = 'test' ') can not be pushed down to Iceberg metadata when doing sql plan stage, which lead to such scenario can not make full use of iceberg’s MIN/MAX index. As far as I know, Iceberg itself supports filter with 'or' condition. I am wondering if it's the limit by current framework of trino ?Does anyone has good idea on this? Thanks in advance
The text was updated successfully, but these errors were encountered: