-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-459: [C++] Dictionary IPC support in file and stream formats #347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
OK, I've done as much as I think I should in this patch. We'll be forced to resolve any lingering issues when we get to making the integration tests run between C++/Java |
cpp/src/arrow/ipc/metadata.h
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing a reference here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
cpp/src/arrow/ipc/adapter.cc
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
outdated comment
|
I don't know what is going on with our Travis CI build queue but I opened: https://issues.apache.org/jira/browse/INFRA-13570 |
|
seems to be an ASF build queue problem. the build for my latest revision is running here: https://travis-ci.org/wesm/arrow/builds/204620814 |
|
@xhochy for large code reviews in the future, reminder that we can always do reviews on Cloudera's Gerrit instance, where we have a project set up: https://gerrit.cloudera.org/#/admin/projects/. I've been lobbying for an ASF-administered Gerrit (so I can bug them instead of Cloudera folks when I need some admin stuff done) but that may be useful in the meantime |
|
Fixing the build failures |
…h known schema Change-Id: I888061cb9b93820eb919363d1d5c49189c2cdc0e
Change-Id: I03025e3e9acefa8ac709f4425458c65155e08831
Change-Id: Ieb848600fcb5fa506ad99d41bbad2bd9edb0f7c1
Change-Id: Ia673ac3de0545880751c90871a643b4d82dbb4a2
…Reader Change-Id: Icb6e3fea8c09a3ad8ebf93fa0fbe4983626a9d3a
Change-Id: If15413078a1272268d17edda4b888c4de3383879
Change-Id: I958f90af60d1b73283782bea0f81ec557d498d0a
Change-Id: Ie8b2bf4ef5c9f7e4e5d1bc60dc231ffe2de0b8d7
Change-Id: I6104a675664c3b7fe1dfb35a68e38ec8d0035133
|
I only went briefly over this. Will have a more close look tomorrow, then I can decide if we need gerrit or not. |
Change-Id: Ie87700140f26e2753ffcc865953033a67a815f0e
|
Rebased (to pick up integration test fix) and fixed valgrind error |
Change-Id: I6270e42a6a8f1b1ec4f08fc14e654e0677cd9f34
|
passing build in my fork: https://travis-ci.org/wesm/arrow/builds/204779749. not sure why Travis is having such a hard time |
xhochy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM
Also fixes ARROW-565