ARROW-717: [C++] Implement IPC zero-copy round trip for tensors#454
Closed
wesm wants to merge 1 commit intoapache:masterfrom
Closed
ARROW-717: [C++] Implement IPC zero-copy round trip for tensors#454wesm wants to merge 1 commit intoapache:masterfrom
wesm wants to merge 1 commit intoapache:masterfrom
Conversation
Member
Author
|
green build: https://travis-ci.org/wesm/arrow/builds/216839036 |
Member
Author
|
rebased |
xhochy
approved these changes
Mar 30, 2017
Change-Id: Ib0d982639ef3d94a4844656bd56c5e62a830b18e
Member
Author
|
rebased. merging on green build |
Member
Author
|
Here's the appveyor build: https://ci.appveyor.com/project/wesm/arrow/build/1.0.32 |
wesm
pushed a commit
to wesm/arrow
that referenced
this pull request
Sep 8, 2018
Author: Antoine Pitrou <antoine@python.org> Closes apache#454 from pitrou/PARQUET-1268-null-list-conversion and squashes the following commits: e4e7744 [Antoine Pitrou] PARQUET-1268: Fix conversion of null list Arrow arrays Change-Id: Ie43bbdd282cd691e641412782f11e1dc651e730d
pribor
pushed a commit
to GlobalWebIndex/arrow
that referenced
this pull request
Oct 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch provides:
Also implemented
Tensor::Equalsand did some refactoring / code simplification in compare.cc