Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Execute any tests you feel will be impacted by a change locally
  • The full tests suite can executed by this patch testing facility by simply:
    • Upload a patch to a JIRA in the following format HIVE-XXXX.patch or , HIVE-XXXX.XX.patch.txt
    • No patch version should be included in the name (JIRA does this automatically)
    • Branches can also be specified via , HIVE-XXXX.DXXXX.XX.patch (phabricator), or HIVE-XXXX-branch.patch (allows targeting a branch).
    • Examples
      • HIVE-XXXX.patch (trunk)
      • HIVE-XXXX-vectorization.patch
      • HIVE-XXXX-tez.patch
      • HIVE-XXXX.DXXX.XX.patch (trunk)
      • HIVE-XXXX.XX.patch (trunk)
  • A comment will be posted to the JIRA when the test is complete.
  • The build itself is PreCommit-HIVE-Build and is part of the Apache PreCommit Build Infra

...