puchengy commented on issue #4997:
URL: https://github.com/apache/iceberg/issues/4997#issuecomment-1650082595

   My organization ends up doing something internally, even hacky but we think 
it will fit our cases (we haven't get any feedback on this yet). What we did is 
we implemented a custom iceberg spark extension, where we inspect the query 
plan and reject any query that has such filter: (1) such filter has a child 
that is a scan operator on iceberg table; (2) the filter has a filtering on 
string partition column and comparing with date literal.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to