Skip to content

[MINOR][SQL][TESTS] Check file based V2 datasources on unsupported types - #50356

Closed
MaxGekk wants to merge 1 commit into
apache:masterfrom
MaxGekk:time-off-fs-ds
Closed

[MINOR][SQL][TESTS] Check file based V2 datasources on unsupported types#50356
MaxGekk wants to merge 1 commit into
apache:masterfrom
MaxGekk:time-off-fs-ds

Conversation

@MaxGekk

@MaxGekkMaxGekk commented Mar 23, 2025

Copy link
Copy Markdown
Member

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.

@MaxGekkMaxGekk changed the title [MINOR][SQL][TESTS] Check file based V2 datasources on unsupported types[WIP][MINOR][SQL][TESTS] Check file based V2 datasources on unsupported typesMar 23, 2025
@MaxGekkMaxGekk changed the title [WIP][MINOR][SQL][TESTS] Check file based V2 datasources on unsupported types[MINOR][SQL][TESTS] Check file based V2 datasources on unsupported typesMar 23, 2025
@MaxGekk
MaxGekk marked this pull request as ready for review March 23, 2025 15:19

@MaxGekkMaxGekk left a comment

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dongjoon-hyun@HyukjinKwon@gengliangwang@cloud-fan Could you review the changes, please. It is related to your PR (or your reviews):

@HyukjinKwon

Copy link
Copy Markdown
Member

Merged to master.

@cloud-fan

Copy link
Copy Markdown
Contributor

late LGTM

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@MaxGekk@HyukjinKwon@cloud-fan