Skip to content

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

Merged
zeroshade merged 1 commit intoapache:mainfrom
tschaub:inernal-arrow-column-writer
Nov 15, 2023
Merged

GH-38503: [Go][Parquet] Make the arrow column writer internal#38727
zeroshade merged 1 commit intoapache:mainfrom
tschaub:inernal-arrow-column-writer

Conversation

@tschaub
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member

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

@tschaub tschaub force-pushed the inernal-arrow-column-writer branch from d13c8c9 to f015b4d Compare November 15, 2023 16:45
@tschaub
Copy link
Copy Markdown
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
@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
@conbench-apache-arrow
Copy link
Copy Markdown

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