Skip to content

Commit

Permalink
Update to arrow / pyarrow 16 (Point72#210)
Browse files Browse the repository at this point in the history
* Upgrade pyarrow to 16.0.0

Signed-off-by: Rob Ambalu <robert.ambalu@point72.com>
  • Loading branch information
robambalu authored and Carreau committed May 13, 2024
1 parent 7b3c3a7 commit 68927fe
Show file tree
Hide file tree
Showing 121 changed files with 523 additions and 16,629 deletions.
4 changes: 2 additions & 2 deletions conda/dev-environment-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- gtest
- httpx>=0.20,<1
- isort>=5,<6
- libarrow=15
- libarrow=16
- librdkafka
- libboost-headers
- lz4-c
Expand All @@ -28,7 +28,7 @@ dependencies:
- numpy
- pillow
- psutil
- pyarrow=15
- pyarrow=16
- pandas
- pillow
- polars
Expand Down
2 changes: 1 addition & 1 deletion cpp/csp/python/adapters/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if(CSP_BUILD_KAFKA_ADAPTER)
endif()

if(CSP_BUILD_PARQUET_ADAPTER)
set(VENDORED_PYARROW_ROOT "${CMAKE_SOURCE_DIR}/cpp/csp/python/adapters/vendored/pyarrow-15.0.0/")
set(VENDORED_PYARROW_ROOT "${CMAKE_SOURCE_DIR}/cpp/csp/python/adapters/vendored/pyarrow-16.0.0/")
set(ARROW_PYTHON_SRCS
${VENDORED_PYARROW_ROOT}/arrow/python/arrow_to_pandas.cc
${VENDORED_PYARROW_ROOT}/arrow/python/benchmark.cc
Expand Down

This file was deleted.

137 changes: 0 additions & 137 deletions cpp/csp/python/adapters/vendored/pyarrow-15.0.0/arrow/util/int_util.h

This file was deleted.

This file was deleted.

Loading

0 comments on commit 68927fe

Please sign in to comment.