]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
hiding parquet dependencies upon parquet-select option is off 60621/head
authorGal Salomon <gal.salomon@gmail.com>
Tue, 5 Nov 2024 07:07:02 +0000 (09:07 +0200)
committerGal Salomon <gal.salomon@gmail.com>
Tue, 5 Nov 2024 15:30:12 +0000 (17:30 +0200)
Signed-off-by: Gal Salomon <gal.salomon@gmail.com>
src/rgw/rgw_s3select.cc

index f0b26824ca6b300e5300b512b979a182ff6f1a85..d8be76a6b1c045c295f83ab3fc7e853c3de08cca 100644 (file)
@@ -762,7 +762,9 @@ void RGWSelectObj_ObjStore_S3::execute(optional_yield y)
       op_ret = -ERR_INVALID_REQUEST;
     } else {
       //status per amount of processed data
+#ifdef _ARROW_EXIST
       m_aws_response_handler.update_total_bytes_returned(m_s3_parquet_object.get_return_result_size());
+#endif
       m_aws_response_handler.init_stats_response();
       m_aws_response_handler.send_stats_response();
       m_aws_response_handler.init_end_response();