Skip to content

Add "end to end parquet reading test" for WASM #15362

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

jsai28
Copy link
Contributor

@jsai28 jsai28 commented Mar 22, 2025

Which issue does this PR close?

Rationale for this change

End to end parquet reading test for WASM.

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

No

@jsai28 jsai28 marked this pull request as ready for review March 22, 2025 22:31
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thank you @jsai28 🙏

FYI @XiangpengHao

@@ -185,26 +206,56 @@ mod test {

#[wasm_bindgen_test(unsupported = tokio::test)]
async fn test_parquet_write() {
Copy link
Contributor

Choose a reason for hiding this comment

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

It seems to me that this test is now redundant with "test_read_and_write" but looks good to me

let url = Url::parse("memory://").unwrap();
session_ctx.register_object_store(&url, Arc::new(store));

let df = session_ctx
Copy link
Contributor

Choose a reason for hiding this comment

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

love it

@XiangpengHao
Copy link
Contributor

LGTM this is really nice, thank you @jsai28

@alamb alamb merged commit 0ff8984 into apache:main Mar 24, 2025
29 checks passed
@alamb
Copy link
Contributor

alamb commented Mar 24, 2025

Thanks again @jsai28 and @XiangpengHao

qstommyshu pushed a commit to qstommyshu/datafusion that referenced this pull request Mar 27, 2025
nirnayroy pushed a commit to nirnayroy/datafusion that referenced this pull request May 2, 2025
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.

Add "end to end parquet reading test" for WASM
3 participants