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

feat: Expose Parquet version and root repetition spec options #567

Merged
merged 3 commits into from
Aug 12, 2024

Conversation

erezrokah
Copy link
Member

@erezrokah erezrokah commented Aug 9, 2024

Summary

Some old parquet readers like Snowflake imported need the root repetition to be undefined, and they also only support Parquet v1.

This PR exposes both options.

Related to https://github.com/cloudquery/cloudquery-issues/issues/2106 (internal issue)


Use the following steps to ensure your PR is ready to be reviewed

  • Read the contribution guidelines 🧑‍🎓
  • Run go fmt to format your code 🖊
  • Lint your changes via golangci-lint run 🚨 (install golangci-lint here)
  • Update or add tests 🧪
  • Ensure the status checks below are successful ✅

@erezrokah erezrokah requested a review from a team as a code owner August 9, 2024 18:11
@erezrokah erezrokah requested review from marianogappa and removed request for a team August 9, 2024 18:11
@github-actions github-actions bot added the feat label Aug 9, 2024
@erezrokah erezrokah requested review from bbernays and removed request for marianogappa August 9, 2024 18:12
@github-actions github-actions bot added feat and removed feat labels Aug 9, 2024
@erezrokah
Copy link
Member Author

Testing this via cloudquery/cloudquery#18906

parquet/spec.go Show resolved Hide resolved
@erezrokah
Copy link
Member Author

Testing this via cloudquery/cloudquery#18906

Waiting on a confirmation from a customer before merging this PR

@erezrokah erezrokah added the automerge Add to automerge PRs once requirements are met label Aug 12, 2024
@kodiakhq kodiakhq bot merged commit 0bf397a into main Aug 12, 2024
5 checks passed
@kodiakhq kodiakhq bot deleted the feat/parquet_version branch August 12, 2024 19:53
kodiakhq bot pushed a commit that referenced this pull request Aug 12, 2024
🤖 I have created a release *beep* *boop*
---


## [4.3.0](v4.2.29...v4.3.0) (2024-08-12)


### Features

* Expose Parquet version and root repetition spec options ([#567](#567)) ([0bf397a](0bf397a))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.52.0 ([#553](#553)) ([3cca631](3cca631))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.52.1 ([#555](#555)) ([05b8e04](05b8e04))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.53.0 ([#556](#556)) ([6bad604](6bad604))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.53.1 ([#557](#557)) ([f56a85a](f56a85a))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.54.0 ([#558](#558)) ([1a445ed](1a445ed))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.55.0 ([#559](#559)) ([45062c2](45062c2))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.56.0 ([#560](#560)) ([a541223](a541223))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.57.0 ([#561](#561)) ([af0b62c](af0b62c))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.57.1 ([#563](#563)) ([8acda3f](8acda3f))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.58.0 ([#564](#564)) ([e433f6b](e433f6b))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.58.1 ([#565](#565)) ([7a8b701](7a8b701))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.59.0 ([#566](#566)) ([26c4fa0](26c4fa0))

---
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 to cloudquery/cloudquery that referenced this pull request Aug 13, 2024
#### Summary

Fixes cloudquery/cloudquery-issues#2106.
Documents the new Parquet options added via #18917 and cloudquery/filetypes#567
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Add to automerge PRs once requirements are met feat
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants