Skip to content

Implementing Parquet Converter #6716

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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

alanprot
Copy link
Member

@alanprot alanprot commented Apr 22, 2025

What this PR does:

Implementing parquet converter:

The documentation of this component is hidden for now as the feature is not code complete (We need to create the parquet queriable).

Which issue(s) this PR fixes:
Partially Fixes #6712

Checklist

  • Tests updated
  • [NA] Documentation added
  • [NA for now] CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@alanprot alanprot changed the title Inital Commit - Skeleton Implementing Parquet Converter Apr 22, 2025
@alanprot alanprot force-pushed the parquet-converter branch from b0c7c06 to 2eec8b9 Compare April 22, 2025 18:12
@alanprot alanprot force-pushed the parquet-converter branch 3 times, most recently from 57efb1c to 5e75bc8 Compare April 22, 2025 20:04
Signed-off-by: alanprot <[email protected]>
@alanprot alanprot force-pushed the parquet-converter branch from 5e75bc8 to d820fd5 Compare April 22, 2025 22:22
)

type CompactionMark struct {
Version int `json:"version"`
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe we can add a comment about what this version actually means. It is the same as the version of the parquet file schema and updating version will trigger a rewrite of the parquet file?

@alanprot alanprot force-pushed the parquet-converter branch 2 times, most recently from 01a64a4 to 2497df1 Compare April 25, 2025 00:53
@alanprot alanprot force-pushed the parquet-converter branch from 2497df1 to 46e3114 Compare April 25, 2025 00:56
@alanprot alanprot marked this pull request as ready for review April 25, 2025 00:58
@dosubot dosubot bot added go Pull requests that update Go code sync-vendor labels Apr 25, 2025
@alanprot alanprot force-pushed the parquet-converter branch 4 times, most recently from 3d72c44 to cc6d121 Compare April 25, 2025 01:10
Signed-off-by: alanprot <[email protected]>
@alanprot alanprot force-pushed the parquet-converter branch from cc6d121 to 4fa4df6 Compare April 25, 2025 01:50
@alanprot alanprot force-pushed the parquet-converter branch from fa8300a to 1c8eda0 Compare April 25, 2025 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Pull requests that update Go code size/XL sync-vendor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants