Skip to content

Commit

Permalink
fix reviews and regenerate golden answers
Browse files Browse the repository at this point in the history
  • Loading branch information
yjshen committed Jul 2, 2015
1 parent b487354 commit 9a7039e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"aa":"10","aaaaaa":"11","aaaaaa":"12","bb12":"13","s14s14":"14"}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class HiveQuerySuite extends HiveComparisonTest with BeforeAndAfter {
lower("AA"), "10",
repeat(lower("AA"), 3), "11",
lower(repeat("AA", 3)), "12",
printf("Bb%d", 12), "13",
printf("bb%d", 12), "13",
repeat(printf("s%d", 14), 2), "14") FROM src LIMIT 1""")

createQueryTest("NaN to Decimal",
Expand Down

0 comments on commit 9a7039e

Please sign in to comment.