Skip to content

Commit

Permalink
Cleaner codepath for numpy->arrow conversions
Browse files Browse the repository at this point in the history
Change-Id: I2ec4737119bf25c5f5a5ee0e760855d01daaa79b
  • Loading branch information
wesm committed Sep 28, 2017
1 parent 587c575 commit f2802fc
Show file tree
Hide file tree
Showing 7 changed files with 190 additions and 171 deletions.
4 changes: 2 additions & 2 deletions cpp/src/arrow/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ set(ARROW_PYTHON_SRCS
init.cc
io.cc
numpy_convert.cc
pandas_to_arrow.cc
numpy_to_arrow.cc
python_to_arrow.cc
pyarrow.cc
)
Expand Down Expand Up @@ -100,7 +100,7 @@ install(FILES
io.h
numpy_convert.h
numpy_interop.h
pandas_to_arrow.h
numpy_to_arrow.h
python_to_arrow.h
platform.h
pyarrow.h
Expand Down
2 changes: 1 addition & 1 deletion cpp/src/arrow/python/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "arrow/python/helpers.h"
#include "arrow/python/io.h"
#include "arrow/python/numpy_convert.h"
#include "arrow/python/pandas_to_arrow.h"
#include "arrow/python/numpy_to_arrow.h"
#include "arrow/python/python_to_arrow.h"

#endif // ARROW_PYTHON_API_H
Loading

0 comments on commit f2802fc

Please sign in to comment.