[ https://issues.apache.org/jira/browse/HIVE-27177?focusedWorklogId=857601&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-857601 ]
ASF GitHub Bot logged work on HIVE-27177: ----------------------------------------- Author: ASF GitHub Bot Created on: 18/Apr/23 10:17 Start Date: 18/Apr/23 10:17 Worklog Time Spent: 10m Work Description: ayushtkn commented on code in PR #4155: URL: https://github.com/apache/hive/pull/4155#discussion_r1169808174 ########## iceberg/iceberg-handler/src/test/java/org/apache/iceberg/mr/hive/TestHiveIcebergMigration.java: ########## @@ -266,10 +292,14 @@ public void testMigrationFailsForManagedTable() { "('storage_handler'='org.apache.iceberg.mr.hive.HiveIcebergStorageHandler')")); } - private void validateMigration(String tableName) throws TException, InterruptedException { + private Table validateMigration(String tableName, String tblProperties) Review Comment: Done Issue Time Tracking ------------------- Worklog Id: (was: 857601) Time Spent: 3.5h (was: 3h 20m) > Add alter table...Convert to Iceberg command > -------------------------------------------- > > Key: HIVE-27177 > URL: https://issues.apache.org/jira/browse/HIVE-27177 > Project: Hive > Issue Type: Improvement > Reporter: Ayush Saxena > Assignee: Ayush Saxena > Priority: Major > Labels: pull-request-available > Time Spent: 3.5h > Remaining Estimate: 0h > > Add an alter table <tblName> convert to Iceberg [TBLPROPERTIES('','')] to > convert exiting external tables to iceberg tables -- This message was sent by Atlassian Jira (v8.20.10#820010)