Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Jan 4, 2026

What changes were proposed in this pull request?

This PR aims to upgrade FlatBuffers to v25.12.19

Why are the changes needed?

To bring the latest bug fixes and improvements

Does this PR introduce any user-facing change?

No. There is no behavior change.

How was this patch tested?

Pass the CIs.

Was this patch authored or co-authored using generative AI tooling?

Yes (Gemini 3 Pro on Antigravity)


/// @nodoc
public struct org_apache_arrow_flatbuf_Block_Mutable: FlatBufferObject {
public struct org_apache_arrow_flatbuf_Block_Mutable: FlatBufferStruct {
Copy link
Member Author

Choose a reason for hiding this comment

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

///
/// @nodoc
public struct org_apache_arrow_flatbuf_Footer: FlatBufferObject, Verifiable {
public struct org_apache_arrow_flatbuf_Footer: FlatBufferTable, Verifiable {
Copy link
Member Author

Choose a reason for hiding this comment

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

let o = _accessor.offset(VTOFFSET.dictionaries.v)
return o == 0
? nil
: _accessor.directRead(
Copy link
Member Author

Choose a reason for hiding this comment

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

@dongjoon-hyun
Copy link
Member Author

Thank you always, @viirya ! Merged to main.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-54899 branch January 5, 2026 00:00
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