adutra commented on code in PR #539:
URL: https://github.com/apache/polaris/pull/539#discussion_r1880795066
##########
api/iceberg-service/src/main/java/org/apache/polaris/service/types/TableUpdateNotification.java:
##########
@@ -166,19 +168,25 @@ public static final class Builder {
private Builder() {}
public final Builder tableName(String tableName) {
- Preconditions.checkArgument(tableName != null, "Null table name
supplied");
+ if (tableName == null) {
Review Comment:
No Guava in these modules, to keep them small and concise.
--
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]