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

[Kernel][Parquet Writer] Fix an issue with writing decimal as binary #3233

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

vkorukanti
Copy link
Collaborator

@vkorukanti vkorukanti commented Jun 7, 2024

Description

The number of bytes needed to calculate the max buffer size needed when writing the decimal type to Parquet is off by one.

Resolved #3152

How was this patch tested?

Added unit tests that read and write decimals with various precision and scales.

@vkorukanti vkorukanti merged commit 5289a5e into delta-io:master Jun 7, 2024
10 checks passed
vkorukanti added a commit to vkorukanti/delta that referenced this pull request Jun 7, 2024
…elta-io#3233)

## Description
The number of bytes needed to calculate the max buffer size needed when
writing the decimal type to Parquet is off by one.

Resolved delta-io#3152

## How was this patch tested?
Added unit tests that read and write decimals with various precision and
scales.
vkorukanti added a commit that referenced this pull request Jun 7, 2024
…l as binary (#3233) (#3235)

## Description
The number of bytes needed to calculate the max buffer size needed when
writing the decimal type to Parquet is off by one.

Resolved #3152

## How was this patch tested?
Added unit tests that read and write decimals with various precision and
scales.
@vkorukanti vkorukanti deleted the fixDecimalWrite branch July 12, 2024 19:50
vkorukanti added a commit to vkorukanti/delta that referenced this pull request Aug 30, 2024
…elta-io#3233)

## Description
The number of bytes needed to calculate the max buffer size needed when
writing the decimal type to Parquet is off by one.

Resolved delta-io#3152

## How was this patch tested?
Added unit tests that read and write decimals with various precision and
scales.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG][Standalone] Issues while reading decimals
2 participants