Skip to content

Commit

Permalink
test(impala): regen sql
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 12, 2023
1 parent 736a0c5 commit 96cee89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ntile(3)
ntile(3) OVER (ORDER BY `double_col` ASC)
Original file line number Diff line number Diff line change
@@ -1 +1 @@
percent_rank()
percent_rank() OVER (ORDER BY `double_col` ASC)

0 comments on commit 96cee89

Please sign in to comment.