Skip to content

Commit

Permalink
Fix sampling test.
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Apr 4, 2014
1 parent fbe4a54 commit de68d0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class HiveQuerySuite extends HiveComparisonTest {
"SELECT * FROM src LATERAL VIEW explode(map(key+3,key+4)) D as k, v")

test("sampling") {
sql("SELECT * FROM src TABLESAMPLE(0.1 PERCENT) s")
hql("SELECT * FROM src TABLESAMPLE(0.1 PERCENT) s")
}

}

0 comments on commit de68d0e

Please sign in to comment.