You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zoltan Haindrich (JIRA)" <ji...@apache.org> on 2017/11/06 18:16:00 UTC

[jira] [Created] (HIVE-17988) Replace patch utility usage with git apply in ptest

Zoltan Haindrich created HIVE-17988:
---------------------------------------

             Summary: Replace patch utility usage with git apply in ptest
                 Key: HIVE-17988
                 URL: https://issues.apache.org/jira/browse/HIVE-17988
             Project: Hive
          Issue Type: Improvement
          Components: Testing Infrastructure
            Reporter: Zoltan Haindrich


It would be great to replace the standard diff util because {{git}} can do a 3-way merge - which in most cases successfull.

This could reduce the ptest results which are erroring out because of build failure.

{code}
error: patch failed: ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java:7003
Falling back to three-way merge...
Applied patch to 'ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java' cleanly.
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)