feat: Add Parquet format max_row_group_length option#19583
Merged
kodiakhq[bot] merged 1 commit intomainfrom Nov 8, 2024
Merged
feat: Add Parquet format max_row_group_length option#19583kodiakhq[bot] merged 1 commit intomainfrom
max_row_group_length option#19583kodiakhq[bot] merged 1 commit intomainfrom
Conversation
Contributor
|
🚀 S3 Cloud UI deployed to Vercel: |
disq
approved these changes
Nov 8, 2024
max_row_group_length optionmax_row_group_length option
This was referenced Nov 8, 2024
kodiakhq bot
pushed a commit
that referenced
this pull request
Nov 8, 2024
🤖 I have created a release *beep* *boop* --- ## [7.5.0](plugins-destination-s3-v7.4.12...plugins-destination-s3-v7.5.0) (2024-11-08) ### Features * Add Parquet format `max_row_group_length` option ([#19583](#19583)) ([4130e1f](4130e1f)) ### Bug Fixes * **deps:** Update dependency @types/jest to v29.5.14 ([#19544](#19544)) ([f0340e5](f0340e5)) * **deps:** Update dependency @types/node to v16.18.119 ([#19545](#19545)) ([299926d](299926d)) * **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.5.0 ([#19578](#19578)) ([da0440a](da0440a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot
pushed a commit
that referenced
this pull request
Nov 13, 2024
🤖 I have created a release *beep* *boop* --- ## [5.2.0](plugins-destination-kafka-v5.1.9...plugins-destination-kafka-v5.2.0) (2024-11-13) ### Features * Add Parquet format `max_row_group_length` option ([#19583](#19583)) ([4130e1f](4130e1f)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.5.0 ([#19578](#19578)) ([da0440a](da0440a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot
pushed a commit
that referenced
this pull request
Nov 13, 2024
🤖 I have created a release *beep* *boop* --- ## [4.3.0](plugins-destination-azblob-v4.2.8...plugins-destination-azblob-v4.3.0) (2024-11-13) ### Features * Add Parquet format `max_row_group_length` option ([#19583](#19583)) ([4130e1f](4130e1f)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.5.0 ([#19578](#19578)) ([da0440a](da0440a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot
pushed a commit
that referenced
this pull request
Nov 13, 2024
🤖 I have created a release *beep* *boop* --- ## [5.3.0](plugins-destination-file-v5.2.8...plugins-destination-file-v5.3.0) (2024-11-13) ### Features * Add Parquet format `max_row_group_length` option ([#19583](#19583)) ([4130e1f](4130e1f)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.5.0 ([#19578](#19578)) ([da0440a](da0440a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot
pushed a commit
that referenced
this pull request
Nov 13, 2024
🤖 I have created a release *beep* *boop* --- ## [5.3.0](plugins-destination-gcs-v5.2.11...plugins-destination-gcs-v5.3.0) (2024-11-13) ### Features * Add Parquet format `max_row_group_length` option ([#19583](#19583)) ([4130e1f](4130e1f)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.5.0 ([#19578](#19578)) ([da0440a](da0440a)) * **deps:** Update module google.golang.org/api to v0.205.0 ([#19592](#19592)) ([ae0e3e2](ae0e3e2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The support for setting the group length was added in #19578 implicitly via cloudquery/filetypes#589.
This PR adds documentation for it.