aokolnychyi commented on a change in pull request #1409:
URL: https://github.com/apache/iceberg/pull/1409#discussion_r483042362
##########
File path: core/src/main/java/org/apache/iceberg/BaseMetastoreCatalog.java
##########
@@ -50,30 +50,12 @@ public Table createTable(
PartitionSpec spec,
String location,
Map<String, String> properties) {
- Preconditions.checkArgument(isValidIdentifier(identifier), "Invalid table
identifier: %s", identifier);
Review comment:
I moved this logic to the builder and use the builder here.
----------------------------------------------------------------
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]