Skip to content

Commit

Permalink
Remove * from test case golden filename.
Browse files Browse the repository at this point in the history
@rxin mentioned this might cause issues on windows machines.

Author: Michael Armbrust <[email protected]>

Closes apache#297 from marmbrus/noStars and squashes the following commits:

263122a [Michael Armbrust] Remove * from test case golden filename.
  • Loading branch information
marmbrus authored and rxin committed Apr 2, 2014
1 parent 8b3045c commit ea9de65
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 ea9de65

Please sign in to comment.