Commit bf5b6db
[MINOR][SQL][TESTS] Check file based V2 datasources on unsupported types
### What changes were proposed in this pull request?
In the PR, I propose to modify `FileBasedDataSourceSuite` and check V2 datasources: JSON/CSV, ORC, Parquet on the unsupported data types: intervals and null. And remove TODOs.
### Why are the changes needed?
To extend test coverage.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
By running the modified test suites:
```
$ build/sbt "test:testOnly *FileBasedDataSourceSuite"
```
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #50356 from MaxGekk/time-off-fs-ds.
Authored-by: Max Gekk <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>1 parent f137f6a commit bf5b6db
File tree
1 file changed
+2
-4
lines changed- sql/core/src/test/scala/org/apache/spark/sql
1 file changed
+2
-4
lines changedLines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
506 | | - | |
507 | | - | |
| 506 | + | |
508 | 507 | | |
509 | 508 | | |
510 | 509 | | |
| |||
572 | 571 | | |
573 | 572 | | |
574 | 573 | | |
575 | | - | |
576 | | - | |
| 574 | + | |
577 | 575 | | |
578 | 576 | | |
579 | 577 | | |
| |||
0 commit comments