Commit 09b42e3
committed
[SPARK-52268] Add
### What changes were proposed in this pull request?
This PR aims to add `variant` (SPARK-45891) SQL test and answer file with `parse_json` and `variant_get` methods.
### Why are the changes needed?
To add a test coverage for Spark 4 feature.
Note that this PR doesn't aim to cover `collect` with the serialization.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #167 from dongjoon-hyun/SPARK-52268.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>variant SQL test and answer file1 parent c34744b commit 09b42e3
File tree
3 files changed
+11
-0
lines changed- Tests/SparkConnectTests
- Resources/queries
3 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
0 commit comments