You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Hive QA (JIRA)" <ji...@apache.org> on 2016/11/11 07:14:58 UTC

[jira] [Commented] (HIVE-15167) remove SerDe interface; undeprecate Deserializer and Serializer

    [ https://issues.apache.org/jira/browse/HIVE-15167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15656373#comment-15656373 ] 

Hive QA commented on HIVE-15167:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12838466/HIVE-15167.patch

{color:green}SUCCESS:{color} +1 due to 9 test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 10637 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[orc_ppd_schema_evol_3a] (batchId=133)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[join_acid_non_acid] (batchId=150)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[union_fast_stats] (batchId=145)
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainanalyze_2] (batchId=91)
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/2078/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/2078/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-2078/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 4 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12838466 - PreCommit-HIVE-Build

> remove SerDe interface; undeprecate Deserializer and Serializer
> ---------------------------------------------------------------
>
>                 Key: HIVE-15167
>                 URL: https://issues.apache.org/jira/browse/HIVE-15167
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Sergey Shelukhin
>            Assignee: Sergey Shelukhin
>         Attachments: HIVE-15167.patch
>
>
> SerDe interfaces were deprecated in HIVE-4007 to suggest that users do not implement them. However, this results in deprecation warnings all over the codebase where they are actually used.
> We should un-deprecate (reprecate? precate?) them. We can add a comment for implementers instead (we could add a method with a clearly bogus name like useThisAbstractClassInstead, and implement it in the class, so it would be noticeable, but that would break compat).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)