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

parquet::record::make_row is not exposed to users, leaving no option to users to manually create Row objects #6761

Closed
jonded94 opened this issue Nov 20, 2024 · 1 comment · Fixed by #6763
Labels
enhancement Any new improvement worthy of a entry in the changelog parquet Changes to the parquet crate

Comments

@jonded94
Copy link
Contributor

If one want's to do manual modifications of parquet::record::Row objects, they currently can't do it because there is no way to construct a parquet::record::Row object.

There is no publicly exposed new function, and the already existing make_row function in the same module is also not publicy exposed.

Describe the solution you'd like

Expose the parquet::record::make_row function.

@jonded94 jonded94 added the enhancement Any new improvement worthy of a entry in the changelog label Nov 20, 2024
@alamb alamb added the parquet Changes to the parquet crate label Dec 17, 2024
@alamb
Copy link
Contributor

alamb commented Dec 17, 2024

label_issue.py automatically added labels {'parquet'} from #6763

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog parquet Changes to the parquet crate
Projects
None yet
2 participants