Skip to content

Commit

Permalink
chore(query): add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Sep 19, 2024
1 parent c60def2 commit b075945
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ select id from view_parquet where tinyint_col = 0 order by timestamp_col limit 5
query
select line_item_usage_start_date from @data/parquet/no-stats.parquet (pattern => '') order by line_item_usage_start_date limit 2
----
2024-09-11 06:00:00
2024-09-11 06:00:00
2024-09-11 06:00:00.000000
2024-09-11 06:00:00.000000

query I
select count() from @data/parquet/no-stats.parquet (pattern => '') where line_item_usage_start_date >= '2024-09-11 06:00:00'
Expand Down

0 comments on commit b075945

Please sign in to comment.