jackye1995 commented on pull request #2031:
URL: https://github.com/apache/iceberg/pull/2031#issuecomment-759139749
> I think that we should allow all properties if we don't think that we can
enumerate the set of catalog properties that we need.
If we are fine with that, simply use the following can work:
```
@Override
public List<String> supportedProperties() {
return ImmutableList.of("*");
}
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]