Skip to content

Commit 68927fe

Browse files
robambaluCarreau
authored andcommitted
Update to arrow / pyarrow 16 (#210)
* Upgrade pyarrow to 16.0.0 Signed-off-by: Rob Ambalu <[email protected]>
1 parent 7b3c3a7 commit 68927fe

File tree

121 files changed

+523
-16629
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+523
-16629
lines changed

conda/dev-environment-unix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
- gtest
1919
- httpx>=0.20,<1
2020
- isort>=5,<6
21-
- libarrow=15
21+
- libarrow=16
2222
- librdkafka
2323
- libboost-headers
2424
- lz4-c
@@ -28,7 +28,7 @@ dependencies:
2828
- numpy
2929
- pillow
3030
- psutil
31-
- pyarrow=15
31+
- pyarrow=16
3232
- pandas
3333
- pillow
3434
- polars

cpp/csp/python/adapters/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if(CSP_BUILD_KAFKA_ADAPTER)
66
endif()
77

88
if(CSP_BUILD_PARQUET_ADAPTER)
9-
set(VENDORED_PYARROW_ROOT "${CMAKE_SOURCE_DIR}/cpp/csp/python/adapters/vendored/pyarrow-15.0.0/")
9+
set(VENDORED_PYARROW_ROOT "${CMAKE_SOURCE_DIR}/cpp/csp/python/adapters/vendored/pyarrow-16.0.0/")
1010
set(ARROW_PYTHON_SRCS
1111
${VENDORED_PYARROW_ROOT}/arrow/python/arrow_to_pandas.cc
1212
${VENDORED_PYARROW_ROOT}/arrow/python/benchmark.cc

cpp/csp/python/adapters/vendored/pyarrow-15.0.0/arrow/python/ipc.cc

Lines changed: 0 additions & 67 deletions
This file was deleted.

cpp/csp/python/adapters/vendored/pyarrow-15.0.0/arrow/util/int_util.h

Lines changed: 0 additions & 137 deletions
This file was deleted.

cpp/csp/python/adapters/vendored/pyarrow-15.0.0/arrow/util/int_util_overflow.h

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)