diff --git ql/src/test/queries/clientpositive/repair.q ql/src/test/queries/clientpositive/repair.q index badad32..b7bc0bf 100644 --- ql/src/test/queries/clientpositive/repair.q +++ ql/src/test/queries/clientpositive/repair.q @@ -2,7 +2,7 @@ CREATE TABLE repairtable(col STRING) PARTITIONED BY (p1 STRING, p2 STRING); --- EXCLUDE_HADOOP_MAJOR_VERSIONS(0.20, 0.23) +-- EXCLUDE_HADOOP_MAJOR_VERSIONS(0.20, 0.20S, 0.23) -- When you invoke the mkdir command using versions of Hadoop up to and including 0.23, -- they behave as if you had specified the -p option, diff --git ql/src/test/queries/clientpositive/repair_hadoop23.q ql/src/test/queries/clientpositive/repair_hadoop23.q index 7b8bbf5..5e6b6e0 100644 --- ql/src/test/queries/clientpositive/repair_hadoop23.q +++ ql/src/test/queries/clientpositive/repair_hadoop23.q @@ -2,7 +2,7 @@ CREATE TABLE repairtable(col STRING) PARTITIONED BY (p1 STRING, p2 STRING); --- INCLUDE_HADOOP_MAJOR_VERSIONS(0.20, 0.23) +-- INCLUDE_HADOOP_MAJOR_VERSIONS(0.20, 0.20S, 0.23) -- When you invoke the mkdir command using versions of Hadoop up to and including 0.23, -- they behave as if you had specified the -p option, -- *but* they don't actually support the -p option. diff --git ql/src/test/results/clientpositive/repair_hadoop23.q.out ql/src/test/results/clientpositive/repair_hadoop23.q.out index 0f68b25..705cba1 100644 --- ql/src/test/results/clientpositive/repair_hadoop23.q.out +++ ql/src/test/results/clientpositive/repair_hadoop23.q.out @@ -3,7 +3,7 @@ PREHOOK: type: CREATETABLE POSTHOOK: query: CREATE TABLE repairtable(col STRING) PARTITIONED BY (p1 STRING, p2 STRING) POSTHOOK: type: CREATETABLE POSTHOOK: Output: default@repairtable -PREHOOK: query: -- INCLUDE_HADOOP_MAJOR_VERSIONS(0.20, 0.23) +PREHOOK: query: -- INCLUDE_HADOOP_MAJOR_VERSIONS(0.20, 0.20S, 0.23) -- When you invoke the mkdir command using versions of Hadoop up to and including 0.23, -- they behave as if you had specified the -p option, -- *but* they don't actually support the -p option. @@ -17,7 +17,7 @@ PREHOOK: query: -- INCLUDE_HADOOP_MAJOR_VERSIONS(0.20, 0.23) MSCK TABLE repairtable PREHOOK: type: MSCK -POSTHOOK: query: -- INCLUDE_HADOOP_MAJOR_VERSIONS(0.20, 0.23) +POSTHOOK: query: -- INCLUDE_HADOOP_MAJOR_VERSIONS(0.20, 0.20S, 0.23) -- When you invoke the mkdir command using versions of Hadoop up to and including 0.23, -- they behave as if you had specified the -p option, -- *but* they don't actually support the -p option.