Skip to content

[Variant] [Shredding] feat: Support typed_access for Date32#8379

Merged
alamb merged 2 commits intoapache:mainfrom
PinkCrow007:8330-type-access-for-date32
Sep 19, 2025
Merged

[Variant] [Shredding] feat: Support typed_access for Date32#8379
alamb merged 2 commits intoapache:mainfrom
PinkCrow007:8330-type-access-for-date32

Conversation

@PinkCrow007
Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Yes

Are there any user-facing changes?

N/A

@github-actions github-actions Bot added parquet Changes to the parquet crate parquet-variant parquet-variant* crates labels Sep 18, 2025
Copy link
Copy Markdown
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thank you @PinkCrow007 !

@alamb
Copy link
Copy Markdown
Contributor

alamb commented Sep 19, 2025

(also 👋 welcome back!)

@alamb alamb merged commit 7ac9db7 into apache:main Sep 19, 2025
19 checks passed
@PinkCrow007
Copy link
Copy Markdown
Contributor Author

Thank you @alamb ! Glad to be back and looking forward to contributing more!

@alamb
Copy link
Copy Markdown
Contributor

alamb commented Sep 20, 2025

Thank you @alamb ! Glad to be back and looking forward to contributing more!

I think now that @scovich and @carpecodeum have sorted out the high level strategy for shredding we'll have a bunch more work to fill out the implementation. I'll file more tickets next week

]);

let struct_array = StructArrayBuilder::new()
.with_field("metadata", Arc::new(metadata), true)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

metadata is non-nullable...

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

parquet Changes to the parquet crate parquet-variant parquet-variant* crates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Variant] [Shredding] Support typed_access for Date32

3 participants