]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: update cmake files to refer to system Apach Arrow version 9 65797/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Mon, 6 Oct 2025 17:45:26 +0000 (13:45 -0400)
committerJ. Eric Ivancich <ivancich@redhat.com>
Tue, 7 Oct 2025 17:15:19 +0000 (13:15 -0400)
When built using WITH_SYSTEM_ARROW refer to version 9.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
src/CMakeLists.txt

index 19dc380d62c766943dd26c2a35a4ec2758134b27..ab832ad7d7914a6041293e21933c5ba8dca5646d 100644 (file)
@@ -1134,8 +1134,8 @@ endif(WITH_KVS)
 if(WITH_RADOSGW)
   if(WITH_RADOSGW_SELECT_PARQUET OR WITH_RADOSGW_ARROW_FLIGHT)
     if(WITH_SYSTEM_ARROW)
-      find_package(Arrow 4 REQUIRED QUIET)
-      find_package(Parquet 4 REQUIRED QUIET)
+      find_package(Arrow 9 REQUIRED QUIET)
+      find_package(Parquet 9 REQUIRED QUIET)
     else()
       # find arrow's dependencies
       if (WITH_SYSTEM_UTF8PROC)