17.2.0 w/ -DWITH_SYSTEM_ARROW
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
parent
1156a4001e
commit
3e6e53903f
11
0021-src-rgw-CMakeLists.txt.patch
Normal file
11
0021-src-rgw-CMakeLists.txt.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- ceph-17.2.0/src/rgw/CMakeLists.txt.orig 2022-04-28 13:44:40.547580835 -0400
|
||||
+++ ceph-17.2.0/src/rgw/CMakeLists.txt 2022-04-28 13:45:05.040153926 -0400
|
||||
@@ -4,7 +4,7 @@
|
||||
endif()
|
||||
|
||||
if(WITH_RADOSGW_SELECT_PARQUET)
|
||||
- set(ARROW_LIBRARIES Arrow::Parquet)
|
||||
+ set(ARROW_LIBRARIES Arrow::Arrow Arrow::Parquet)
|
||||
add_definitions(-D_ARROW_EXIST)
|
||||
message("-- arrow is installed, radosgw/s3select-op is able to process parquet objects")
|
||||
endif(WITH_RADOSGW_SELECT_PARQUET)
|
Loading…
Reference in New Issue
Block a user