Commit 5511c4b
committed
[SPARK-51521] Add
### What changes were proposed in this pull request?
This PR aims to add `integral/floating/string/date` type test and answer files.
### Why are the changes needed?
To provide a test coverage for these types. During testings, it turns out `decimal` and `timestamp` type has some issues. It will be added.
### Does this PR introduce _any_ user-facing change?
No, this is a test-only change.
### How was this patch tested?
Pass the CIs and manual tests.
```
$ swift test --filter SQLTests
...
Suite SQLTests started.
Test runAll() started.
date.sql
floating.sql
integral.sql
pipesyntax.sql
select.sql
string.sql
Test runAll() passed after 0.191 seconds.
Suite SQLTests passed after 0.191 seconds.
Test run with 1 test passed after 0.191 seconds.
```
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #19 from dongjoon-hyun/SPARK-51521.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>integral/floating/string/date type test and answer files1 parent 0e1e9d1 commit 5511c4b
File tree
8 files changed
+16
-0
lines changed- Tests/SparkConnectTests/Resources/queries
8 files changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments