Skip to content

Commit 1757f0f

Browse files
authored
Merge pull request ceph#60621 from galsalomon66/mask_parquet_dependencies
rgw: hiding parquet dependencies upon parquet-select option is off
2 parents 54a75a0 + 141b675 commit 1757f0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rgw/rgw_s3select.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,9 @@ void RGWSelectObj_ObjStore_S3::execute(optional_yield y)
762762
op_ret = -ERR_INVALID_REQUEST;
763763
} else {
764764
//status per amount of processed data
765+
#ifdef _ARROW_EXIST
765766
m_aws_response_handler.update_total_bytes_returned(m_s3_parquet_object.get_return_result_size());
767+
#endif
766768
m_aws_response_handler.init_stats_response();
767769
m_aws_response_handler.send_stats_response();
768770
m_aws_response_handler.init_end_response();

0 commit comments

Comments
 (0)