Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge remote-tracking branch 'upstream/master' into removeHash
  • Loading branch information
gatorsmile committed Nov 7, 2016
commit 05390ade4f9af7ecc66d365683657d2689e56157
Original file line number Diff line number Diff line change
Expand Up @@ -552,18 +552,12 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
"varchar_2",
"varchar_join1",

// These tests are based on the Hive's hash function, which is different from Spark
"auto_join_nulls",
// This test assumes we parse scientific decimals as doubles (we parse them as decimals)
"literal_double",

// These tests are duplicates of joinXYZ
"auto_join0",
"auto_join1",
"auto_join2",
"auto_join3",
"auto_join4",
"auto_join5",
"auto_join6",
"auto_join7",
"auto_join8",
"auto_join9",
"auto_join10",
"auto_join11",
"auto_join12",
Expand All @@ -573,12 +567,30 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
"auto_join15",
"auto_join17",
"auto_join18",
"auto_join19",
"auto_join2",
"auto_join20",
"auto_join21",
"auto_join23",
"auto_join24",
"auto_join3",
"auto_join4",
"auto_join5",
"auto_join6",
"auto_join7",
"auto_join8",
"auto_join9",

// These tests are based on the Hive's hash function, which is different from Spark
"auto_join19",
"auto_join22",
"auto_join25",
"auto_join26",
"auto_join27",
"auto_join28",
"auto_join30",
"auto_join31",
"auto_join_nulls",
"auto_join_reordering_values",
"correlationoptimizer1",
"correlationoptimizer2",
"correlationoptimizer3",
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.