Skip to content

Conversation

@wesm
Copy link
Member

@wesm wesm commented Mar 12, 2017

Closes #345. I had mostly done this in #361 so this adds tests to ipc-adapter-test

…e. Fix bugs

Change-Id: I31644429fdb93f1a9736f8dd9d4d7b322842eb81
Copy link
Member

@xhochy xhochy left a comment

Choose a reason for hiding this comment

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

+1, LGTM.

Status Visit(const DoubleArray& array) override {
return VisitFixedWidth<DoubleArray>(array);
}
#define VISIT_FIXED_WIDTH(TYPE) \
Copy link
Member

Choose a reason for hiding this comment

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

Just a sidenote: When someone has a minute, we should think of how we could do this using std::enable_if instead of macros. I expect this to be much more compact.

@asfgit asfgit closed this in e5a11da Mar 12, 2017
@wesm wesm deleted the ARROW-534 branch March 12, 2017 17:40
jeffknupp pushed a commit to jeffknupp/arrow that referenced this pull request Mar 15, 2017
Closes apache#345. I had mostly done this in apache#361 so this adds tests to `ipc-adapter-test`

Author: Wes McKinney <wes.mckinney@twosigma.com>

Closes apache#371 from wesm/ARROW-534 and squashes the following commits:

cab6d4f [Wes McKinney] Add functions to make record batches for date, date32, timestamp, time. Fix bugs
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 8, 2018
Closes apache#356

cc @c-nichols

Author: Colin Nichols <nichols01@gmail.com>
Author: Uwe L. Korn <uwe@apache.org>

Closes apache#371 from xhochy/PARQUET-1035 and squashes the following commits:

20e28e3 [Uwe L. Korn] Make support for INT96 optional
dd197fc [Colin Nichols] Move timestamp conversion function to header file
dfc9a00 [Colin Nichols] PARQUET-1035 Write Int96 from Arrow timestamp(ns)

Change-Id: If190b59754f6b04762d223371b23b9229edaa216
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