soin08 commented on PR #28142: URL: https://github.com/apache/flink/pull/28142#issuecomment-4751866375
The `SavepointKeyFilter` interface is exposed to users, they can implement it and use it in `SavepointReader` in the DataStream API. The interface contains methods that are only used by `SavepointFilterTranslator` in the Table API for intersecting filers for pushdown. The user of the DataStream API should not have to implement those methods. For that reason I provided a default implementation for `intersect`. -- 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]
