[
https://issues.apache.org/jira/browse/HIVE-12657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Shelukhin updated HIVE-12657:
------------------------------------
Attachment: HIVE-12657.02.patch
The same patch... need to see if tests are timing out all the time (seems
unlikely, since the patch just changes hashmap to linkedhashmap), ideally
before the logs are deleted if they time out again.
> selectDistinctStar.q results differ with jdk 1.7 vs jdk 1.8
> -----------------------------------------------------------
>
> Key: HIVE-12657
> URL: https://issues.apache.org/jira/browse/HIVE-12657
> Project: Hive
> Issue Type: Bug
> Affects Versions: 2.0.0
> Reporter: Prasanth Jayachandran
> Assignee: Sergey Shelukhin
> Attachments: HIVE-12657.01.patch, HIVE-12657.02.patch,
> HIVE-12657.patch
>
>
> Encountered this issue when analysing test failures of HIVE-12609.
> selectDistinctStar.q produces the following diff when I ran with java version
> "1.7.0_55" and java version "1.8.0_60"
> {code}
> < 128 val_128 128
> ---
> > 128 128 val_128
> 1770c1770
> < 224 val_224 224
> ---
> > 224 224 val_224
> 1776c1776
> < 369 val_369 369
> ---
> > 369 369 val_369
> 1799,1810c1799,1810
> < 146 val_146 146 val_146 146 val_146 2008-04-08 11
> < 150 val_150 150 val_150 150 val_150 2008-04-08 11
> < 213 val_213 213 val_213 213 val_213 2008-04-08 11
> < 238 val_238 238 val_238 238 val_238 2008-04-08 11
> < 255 val_255 255 val_255 255 val_255 2008-04-08 11
> < 273 val_273 273 val_273 273 val_273 2008-04-08 11
> < 278 val_278 278 val_278 278 val_278 2008-04-08 11
> < 311 val_311 311 val_311 311 val_311 2008-04-08 11
> < 401 val_401 401 val_401 401 val_401 2008-04-08 11
> < 406 val_406 406 val_406 406 val_406 2008-04-08 11
> < 66 val_66 66 val_66 66 val_66 2008-04-08 11
> < 98 val_98 98 val_98 98 val_98 2008-04-08 11
> ---
> > 146 val_146 2008-04-08 11 146 val_146 146 val_146
> > 150 val_150 2008-04-08 11 150 val_150 150 val_150
> > 213 val_213 2008-04-08 11 213 val_213 213 val_213
> > 238 val_238 2008-04-08 11 238 val_238 238 val_238
> > 255 val_255 2008-04-08 11 255 val_255 255 val_255
> > 273 val_273 2008-04-08 11 273 val_273 273 val_273
> > 278 val_278 2008-04-08 11 278 val_278 278 val_278
> > 311 val_311 2008-04-08 11 311 val_311 311 val_311
> > 401 val_401 2008-04-08 11 401 val_401 401 val_401
> > 406 val_406 2008-04-08 11 406 val_406 406 val_406
> > 66 val_66 2008-04-08 11 66 val_66 66 val_66
> > 98 val_98 2008-04-08 11 98 val_98 98 val_98
> 4212c4212
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)