Closed erezrokah closed 2 months ago
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
go fmt
golangci-lint run
Testing this via https://github.com/cloudquery/cloudquery/pull/18906
Testing this via cloudquery/cloudquery#18906
Waiting on a confirmation from a customer before merging this PR
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
go fmt
to format your code ๐golangci-lint run
๐จ (install golangci-lint here)