mchades commented on code in PR #4261:
URL: https://github.com/apache/gravitino/pull/4261#discussion_r1698180323
##########
common/src/main/java/org/apache/gravitino/dto/rel/TableDTO.java:
##########
@@ -293,8 +295,6 @@ public S withIndex(IndexDTO[] indexes) {
*/
public TableDTO build() {
Preconditions.checkArgument(name != null && !name.isEmpty(), "name
cannot be null or empty");
- Preconditions.checkArgument(
Review Comment:
The table entity does not have columns now, so I remove the check
--
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]