slim bouguerra created HIVE-18197:
-------------------------------------
Summary: 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
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
(v6.4.14#64029)