We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54a75a0 + 141b675 commit 1757f0fCopy full SHA for 1757f0f
src/rgw/rgw_s3select.cc
@@ -762,7 +762,9 @@ void RGWSelectObj_ObjStore_S3::execute(optional_yield y)
762
op_ret = -ERR_INVALID_REQUEST;
763
} else {
764
//status per amount of processed data
765
+#ifdef _ARROW_EXIST
766
m_aws_response_handler.update_total_bytes_returned(m_s3_parquet_object.get_return_result_size());
767
+#endif
768
m_aws_response_handler.init_stats_response();
769
m_aws_response_handler.send_stats_response();
770
m_aws_response_handler.init_end_response();
0 commit comments