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

GH-38503: [Go][Parquet] Make the arrow column writer internal #38727

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

tschaub
Copy link
Contributor

@tschaub tschaub commented Nov 15, 2023

This makes it so the Arrow column writer is not exported from the pqarrow package. This follows up on comments from #38581.

Copy link
Member

@zeroshade zeroshade left a comment

Choose a reason for hiding this comment

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

LGTM thanks much!

@zeroshade
Copy link
Member

After the conflicts are resolved, i'll merge this, thanks!

@tschaub
Copy link
Contributor Author

tschaub commented Nov 15, 2023

I've rebased this and resolved conflicts.

@zeroshade zeroshade merged commit 1e7175d into apache:main Nov 15, 2023
22 of 23 checks passed
@zeroshade zeroshade removed the awaiting review Awaiting review label Nov 15, 2023
@tschaub tschaub deleted the inernal-arrow-column-writer branch November 15, 2023 18:26
Copy link

After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 1e7175d.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…pache#38727)

This makes it so the Arrow column writer is not exported from the `pqarrow` package.  This follows up on comments from apache#38581.
* Closes: apache#38503

Authored-by: Tim Schaub <[email protected]>
Signed-off-by: Matt Topol <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Go][Parquet] Trouble using the C++ reader to read a Parquet file written with the Go writer
2 participants