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

BugFix: allow decimal values within struct when writing to parquet #1179

Merged
merged 1 commit into from
Feb 21, 2022

Conversation

jasadams
Copy link
Contributor

When providing a schema and writing to parquet, nested decimal values within a struct are not parsed correctly by the _split_fields function. The format for a decimal declaration is decimal(precision, scale) however the _split_fields functions chops the declaration in half at the comma resulting in the error when parsing the decimal value.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@jaidisido
Copy link
Contributor

AWS CodeBuild CI Report

  • CodeBuild project: GitHubCodeBuild8756EF16-pDO66x4b9gEu
  • Commit ID: 00abaf3
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

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.

2 participants