Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyongvs committed Oct 24, 2019
1 parent 18ce5de commit c877c93
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -389,7 +389,7 @@ class OverWindowITCase extends BatchTestBase {

// deal with input with 0 as the first row's rank field
checkResult(
"SELECT f, dense_rank() over (order by d) FROM Table5",
"SELECT f, dense_rank() over (order by f) FROM Table5",
Seq(
row(0, 1),
row(1, 2),
Expand Down

0 comments on commit c877c93

Please sign in to comment.