[ https://issues.apache.org/jira/browse/HIVE-25162?focusedWorklogId=602769&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-602769 ]
ASF GitHub Bot logged work on HIVE-25162: ----------------------------------------- Author: ASF GitHub Bot Created on: 27/May/21 07:44 Start Date: 27/May/21 07:44 Worklog Time Spent: 10m Work Description: marton-bod commented on a change in pull request #2317: URL: https://github.com/apache/hive/pull/2317#discussion_r640368683 ########## File path: iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergMetaHook.java ########## @@ -333,6 +334,12 @@ private static Properties getCatalogProperties(org.apache.hadoop.hive.metastore. properties.put(Catalogs.NAME, TableIdentifier.of(hmsTable.getDbName(), hmsTable.getTableName()).toString()); } + hmsTable.getSd().getSerdeInfo().getParameters().entrySet().stream() Review comment: `SerdeInfo::getParameters` has a `@Nullable` annotation. Shall we guard against that case to be safe? -- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 602769) Time Spent: 1h 20m (was: 1h 10m) > Add support for CREATE TABLE ... STORED BY ICEBERG statements > ------------------------------------------------------------- > > Key: HIVE-25162 > URL: https://issues.apache.org/jira/browse/HIVE-25162 > Project: Hive > Issue Type: New Feature > Reporter: László Pintér > Assignee: László Pintér > Priority: Major > Labels: pull-request-available > Time Spent: 1h 20m > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.3.4#803005)