Skip to content

refactor: move typed arrow Append helpers to ArrowRowBuilder#821

Open
WZhuo wants to merge 1 commit into
apache:mainfrom
WZhuo:arrow_helpers
Open

refactor: move typed arrow Append helpers to ArrowRowBuilder#821
WZhuo wants to merge 1 commit into
apache:mainfrom
WZhuo:arrow_helpers

Conversation

@WZhuo

@WZhuo WZhuo commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Move AppendUInt, AppendDouble, AppendBytes, AppendIntList (2 overloads), AppendIntMap, and AppendBinaryMap from the anonymous namespace in manifest_adapter.cc to ArrowRowBuilder, the central home for typed nanoarrow append helpers. Remove the duplicate implementations and update all call sites in ManifestEntryAdapter, ManifestFileAdapter, and their nested methods to use the ArrowRowBuilder helpers.

Move AppendUInt, AppendDouble, AppendBytes, AppendIntList (2 overloads),
AppendIntMap, and AppendBinaryMap from the anonymous namespace in
manifest_adapter.cc to ArrowRowBuilder, the central home for typed
nanoarrow append helpers. Remove the duplicate implementations and
update all call sites in ManifestEntryAdapter, ManifestFileAdapter,
and their nested methods to use the ArrowRowBuilder helpers.
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.

1 participant