Skip to content
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

[DRAFT] Supporting statistics for structs #10142

Closed
wants to merge 1 commit into from

Conversation

edmondop
Copy link
Contributor

@edmondop edmondop commented Apr 19, 2024

Which issue does this PR close?

Closes #8334

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added the core Core DataFusion crate label Apr 19, 2024
@edmondop
Copy link
Contributor Author

At the moment the test should fails here:

        let (idx, _) = parquet_column(parquet_schema, &schema, "struct_col").unwrap();
        assert_eq!(idx, 1);

because parquet_column returns none for struct fields

Copy link

Thank you for your contribution. Unfortunately, this pull request is stale because it has been open 60 days with no activity. Please remove the stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale PR has not had any activity for some time label Jun 19, 2024
@github-actions github-actions bot closed this Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate Stale PR has not had any activity for some time
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support parquet statistics for struct columns
1 participant