[ https://issues.apache.org/jira/browse/HIVE-25727?focusedWorklogId=684017&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-684017 ]
ASF GitHub Bot logged work on HIVE-25727: ----------------------------------------- Author: ASF GitHub Bot Created on: 19/Nov/21 16:28 Start Date: 19/Nov/21 16:28 Worklog Time Spent: 10m Work Description: pvary commented on pull request #2807: URL: https://github.com/apache/hive/pull/2807#issuecomment-974219008 Definitely not in this PR. I do not see why would we want to put info into the serdeproperties for an Iceberg table. We should put it into the table properies instead. I was thinking about the catalog name as a good candidate, but even with that we decide to put it into the table properties instead. Any specific usecase you have in mind? -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 684017) Time Spent: 0.5h (was: 20m) > Iceberg hive catalog should create table object with initialised SerdeParams > ---------------------------------------------------------------------------- > > Key: HIVE-25727 > URL: https://issues.apache.org/jira/browse/HIVE-25727 > Project: Hive > Issue Type: Improvement > Reporter: Marton Bod > Assignee: Marton Bod > Priority: Major > Labels: pull-request-available > Time Spent: 0.5h > Remaining Estimate: 0h > > Currently we leave the serdeInfo.parameters as null when we create the table > object to be persisted during commit time in Iceberg hive catalog. We should > init the params with an empty map to avoid any NPE possibilities. -- This message was sent by Atlassian Jira (v8.20.1#820001)