stevenzwu commented on PR #5576:
URL: https://github.com/apache/iceberg/pull/5576#issuecomment-1221465822
agree that `SupportsXXX` can't be used without `FileIO`, as `SupportsXXX`
declares additional capability for `FileIO`.
```
public class S3FileIO
implements FileIO, SupportsBulkOperations, SupportsPrefixOperations
```
I am trying to understand the concrete issue (type cast problem) that this
tries to help with. Are we trying to type cast a `FileIO` object to
`SupportsXXX` interface to check the capability? Can we use `instanceOf` to
check the capability?
--
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]