Skip to content

Update to Arrow 6.0.1#247

Merged
jgiannuzzi merged 10 commits intomasterfrom
Arrow-6.0.1
Jan 14, 2022
Merged

Update to Arrow 6.0.1#247
jgiannuzzi merged 10 commits intomasterfrom
Arrow-6.0.1

Conversation

@jgiannuzzi
Copy link
Copy Markdown
Member

Closes #222.
Closes #68.
Closes #229.
Supersedes #230.

jgiannuzzi and others added 10 commits January 14, 2022 15:28
* Update ParquetVersion enum
* Update Encoding enum
* Re-enable null-count checks in statistics tests

These were previously incorrect for array valued columns but have been fixed in Arrow 6.0.
See https://issues.apache.org/jira/browse/PARQUET-2067.

* Re-enable min/max statistics tests for decimal

These have been fixed since Arrow 4.0.
See https://issues.apache.org/jira/browse/PARQUET-1655

* Get decimal multiplier from column descriptor for min/max statistics tests
@jgiannuzzi jgiannuzzi mentioned this pull request Jan 14, 2022
Copy link
Copy Markdown
Contributor

@marcin-krystianc marcin-krystianc left a comment

Choose a reason for hiding this comment

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

👍

@jgiannuzzi jgiannuzzi merged commit d2b6114 into master Jan 14, 2022
@jgiannuzzi jgiannuzzi deleted the Arrow-6.0.1 branch January 14, 2022 15:25
@jgiannuzzi jgiannuzzi mentioned this pull request Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ColumnReader.Skip can give access violation for Nullable<bool> field Arrow 6.0 has been released Decimal statistics seem to be wrong

3 participants