[
https://issues.apache.org/jira/browse/HIVE-15773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16753230#comment-16753230
]
Hive QA commented on HIVE-15773:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12956469/HIVE-15773.2.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 15719 tests passed
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/15806/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/15806/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-15806/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12956469 - PreCommit-HIVE-Build
> HCatRecordObjectInspectorFactory is not thread safe
> ---------------------------------------------------
>
> Key: HIVE-15773
> URL: https://issues.apache.org/jira/browse/HIVE-15773
> Project: Hive
> Issue Type: Bug
> Reporter: David Phillips
> Priority: Major
> Attachments: HIVE-15773.2.patch, HIVE-15773.3.patch, HIVE-15773.patch
>
>
> {{HashMap}} used without synchronization for the caches, which makes the code
> unsafe for use in a multi-threaded environment such as Presto (or Spark?).
> The simple fix is to switch them to {{ConcurrentHashMap}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)