Adding 3 sets of SQL tests in quidem (#17548)

Description

Migrate the initial 3 sets of SQL tests to quidem.  These 3 sets cover numeric, string, and datetime scalar functions.
These tests use the existing kttm dataset.  They aim to exercise SQL queries in a more comprehensive way:

Each scalar function is exercised in 3 different query shapes:
  simple query
  subquery
  group by query
Each query covers all operators in its predicates.
All queries are select count(*) queries.  They are designed to all return the same result for easy maintenance and debugging.

These are the initial sets of tests.  More tests to cover the rest of the scalar and aggregation functions will come later.
This commit is contained in:
Andy Tsai 2024-12-11 12:57:37 -08:00 committed by GitHub
parent a51061fa43
commit f3d7f1aa96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11586 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff