Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

move all merge code to merge.go #458

Merged
merged 3 commits into from
Dec 14, 2022

Conversation

achille-roussel
Copy link

This PR simply moves code between files so functions and types can be found in places where it is more intuitive (e.g. here, the Merge* functions are now all in merge.go).

@achille-roussel achille-roussel merged commit f601e84 into parquet.RowBuilder Dec 14, 2022
@achille-roussel achille-roussel deleted the parquet.MergeRowReader branch December 14, 2022 03:30
achille-roussel pushed a commit that referenced this pull request Dec 14, 2022
* add parquet.RowBuilder

* fixes for parquet row generation

* add parquet.(*RowBuilder).Next

* move all merge code to merge.go (#458)

* move all merge code to merge.go

* add example

* add benchmark for parquet.(*RowBuilder).Add

* initialize FIXED_LEN_BYTE_ARRAY columns to non-null zero-value

* make it OK to call Next if the repetition level is zero
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants