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] Handle long values in FieldMetadata parsing #3186

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

vkorukanti
Copy link
Collaborator

Description

Currently when parsing the FieldMetadata in StructField (as part of the schema parsing), we always assume the integral values are of int type, but it could be of value long.

How was this patch tested?

Add couple of cases to existing test

@vkorukanti vkorukanti merged commit 40896bc into delta-io:master Jun 3, 2024
10 checks passed
richardc-db pushed a commit to richardc-db/delta that referenced this pull request Jun 5, 2024
## Description
Currently when parsing the `FieldMetadata` in `StructField` (as part of
the schema parsing), we always assume the integral values are of `int`
type, but it could be of value `long`.

## How was this patch tested?
Add couple of cases to existing test
vkorukanti added a commit to vkorukanti/delta that referenced this pull request Aug 30, 2024
…#3186)

Currently when parsing the `FieldMetadata` in `StructField` (as part of
the schema parsing), we always assume the integral values are of `int`
type, but it could be of value `long`.

Add couple of cases to existing test
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.

2 participants