Sergio Peña created HIVE-10317: ---------------------------------- Summary: The HMS upgrade test fails when applying patches with '-p1' instead of '-p0' Key: HIVE-10317 URL: https://issues.apache.org/jira/browse/HIVE-10317 Project: Hive Issue Type: Bug Reporter: Sergio Peña Assignee: Sergio Peña
Patches uploaded to jira might be applied to the source code using 'patch -p0' or 'patch -p1' directly on the root directory of the branch. The HMS upgrade test is using only '-p1', so some patches failed. We need to support the '-p0' on the HMS upgrade test as well. -- This message was sent by Atlassian JIRA (v6.3.4#6332)