Skip to content
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

ARROW-7415: [C++][Dataset] implement IpcFormat #6162

Closed
wants to merge 3 commits into from

Conversation

bkietz
Copy link
Member

@bkietz bkietz commented Jan 10, 2020

adds a basic IpcFormat and unit tests

@github-actions
Copy link

Copy link
Member

@pitrou pitrou left a comment

Choose a reason for hiding this comment

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

+1. Just some nits.

@@ -45,6 +45,7 @@ perf.data
perf.data.old

cpp/.idea/
.clangd/
Copy link
Member

Choose a reason for hiding this comment

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

For my enlightenment, what is ".clangd"?

Copy link
Member Author

Choose a reason for hiding this comment

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

.clangd/ is a cache directory used by the language server clangd. It powers autocompletion and other code awareness features

cpp/src/arrow/dataset/CMakeLists.txt Outdated Show resolved Hide resolved
cpp/src/arrow/dataset/file_ipc.cc Outdated Show resolved Hide resolved
@bkietz bkietz force-pushed the 7415-Dataset-Implement-IpcForm branch from 5997e75 to 30e5007 Compare January 13, 2020 16:28
@bkietz
Copy link
Member Author

bkietz commented Jan 13, 2020

@pitrou pitrou closed this in 123d9b1 Jan 14, 2020
maartenb pushed a commit to maartenb/arrow that referenced this pull request Jan 14, 2020
adds a basic IpcFormat and unit tests

Closes apache#6162 from bkietz/7415-Dataset-Implement-IpcForm and squashes the following commits:

30e5007 <Benjamin Kietzman> review comments, clang-format
118787d <Benjamin Kietzman> lint fixes
3e7a7d4 <Benjamin Kietzman> ARROW-7415:  Implement IpcFormat

Authored-by: Benjamin Kietzman <bengilgit@gmail.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
@bkietz bkietz deleted the 7415-Dataset-Implement-IpcForm branch February 25, 2021 16:50
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