[
https://issues.apache.org/jira/browse/HIVE-25727?focusedWorklogId=684004&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-684004
]
ASF GitHub Bot logged work on HIVE-25727:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Nov/21 16:01
Start Date: 19/Nov/21 16:01
Worklog Time Spent: 10m
Work Description: marton-bod commented on pull request #2807:
URL: https://github.com/apache/hive/pull/2807#issuecomment-974197013
@pvary Yes I think so.
Another question: I guess if we create the table with serdeprops initially
`create table ... serdeproperties ('A'='ccc')`, this `storageDescriptor()`
method actually removes the existing serdeprops by reinitialising SerdeInfo
completely. I wonder if we want to keep the old values if there are any
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 684004)
Time Spent: 20m (was: 10m)
> 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: 20m
> 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)