[
https://issues.apache.org/jira/browse/HIVE-18197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
slim bouguerra reassigned HIVE-18197:
-------------------------------------
Assignee: slim bouguerra
> Fix issue with wrong segments identifier usage.
> -----------------------------------------------
>
> Key: HIVE-18197
> URL: https://issues.apache.org/jira/browse/HIVE-18197
> Project: Hive
> Issue Type: Bug
> Components: Druid integration
> Reporter: slim bouguerra
> Assignee: slim bouguerra
> Priority: Major
>
> We have 2 different issues, that can make checking of load status fail for
> druid segments.
> issues are due to usage of wrong segment identifier at couple of locations.
> # We are construction the segment identifier with UTC timezone, which can be
> wrong if the segments we built in a different timezone. The way to fix this
> is to use the segment identifier instead of re-making it at the client side.
> # We are using outdate segments identifiers for the INSERT INTO case. The way
> to fix this is to use the segment metadata produced by the metadata commit
> phase.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)