Skip to content

[Kernel] Handle long values in FieldMetadata parsing#3186

Merged
vkorukanti merged 1 commit intodelta-io:masterfrom
vkorukanti:handleLong
Jun 3, 2024
Merged

[Kernel] Handle long values in FieldMetadata parsing#3186
vkorukanti merged 1 commit intodelta-io:masterfrom
vkorukanti:handleLong

Conversation

@vkorukanti
Copy link
Copy Markdown
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
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