Skip to content

Commit

Permalink
Remove * from test case golden filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Apr 2, 2014
1 parent f5c418d commit 263122a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0 val_0
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class HiveResolutionSuite extends HiveComparisonTest {
createQueryTest("attr",
"SELECT key FROM src a ORDER BY key LIMIT 1")

createQueryTest("alias.*",
createQueryTest("alias.star",
"SELECT a.* FROM src a ORDER BY key LIMIT 1")

test("case insensitivity with scala reflection") {
Expand Down

0 comments on commit 263122a

Please sign in to comment.