Skip to content

[SPARK-56314][SQL][TESTS] Avoid uncessary RDD->DataFrame conversion in SQLTestData#55126

Open
zhengruifeng wants to merge 4 commits intoapache:masterfrom
zhengruifeng:sql_data_rdd
Open

[SPARK-56314][SQL][TESTS] Avoid uncessary RDD->DataFrame conversion in SQLTestData#55126
zhengruifeng wants to merge 4 commits intoapache:masterfrom
zhengruifeng:sql_data_rdd

Conversation

@zhengruifeng
Copy link
Copy Markdown
Contributor

@zhengruifeng zhengruifeng commented Apr 1, 2026

What changes were proposed in this pull request?

Avoid uncessary RDD->DataFrame conversion in SQLTestData

Why are the changes needed?

1, several datasets are RDDs, but they need to be converted to DataFrame/Rows in callsites;
2, Make all datasets are DataFrames, so that they can be reused in Connect Tests in the future.

Does this PR introduce any user-facing change?

No

How was this patch tested?

CI

Was this patch authored or co-authored using generative AI tooling?

Co-authored-by: Claude Code (Opus 4.6)

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant