[ https://issues.apache.org/jira/browse/HIVE-27208?focusedWorklogId=854832&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-854832 ]
ASF GitHub Bot logged work on HIVE-27208: ----------------------------------------- Author: ASF GitHub Bot Created on: 04/Apr/23 15:26 Start Date: 04/Apr/23 15:26 Worklog Time Spent: 10m Work Description: deniskuzZ commented on code in PR #4185: URL: https://github.com/apache/hive/pull/4185#discussion_r1157424903 ########## ql/src/java/org/apache/hadoop/hive/ql/metadata/Table.java: ########## @@ -286,6 +282,14 @@ public void checkValidity(Configuration conf) throws HiveException { validateColumns(getCols(), getPartCols()); } + public void validateName(Configuration conf) throws HiveException { + String name = tTable.getTableName(); + if (null == name || name.length() == 0 Review Comment: StringUtils.isBlank(name) Issue Time Tracking ------------------- Worklog Id: (was: 854832) Time Spent: 2h (was: 1h 50m) > Iceberg: Add support for rename table > ------------------------------------- > > Key: HIVE-27208 > URL: https://issues.apache.org/jira/browse/HIVE-27208 > Project: Hive > Issue Type: Improvement > Reporter: Ayush Saxena > Assignee: Ayush Saxena > Priority: Major > Labels: pull-request-available > Time Spent: 2h > Remaining Estimate: 0h > > Add support for renaming iceberg tables. -- This message was sent by Atlassian Jira (v8.20.10#820010)