Actions
Bug #68829
closedvstart does not build with -DWITH_RADOSGW_SELECT_PARQUET=OFF
Status:
Resolved
Priority:
Low
Assignee:
-
Target version:
-
% Done:
0%
Source:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
backport_processed
Merge Commit:
Fixed In:
v19.3.0-5979-g1757f0f4e5
Released In:
v20.2.0~1648
Upkeep Timestamp:
2025-11-01T01:30:09+00:00
Description
when building with -DWITH_RADOSGW_SELECT_PARQUET=OFF an error occurs:
src/rgw/rgw_s3select.cc:765:58: error: use of undeclared identifier 'm_s3_parquet_object'
full compilation error:
[586/729] Building CXX object src/rgw/CMakeFiles/rgw_common.dir/rgw_s3select.cc.o
FAILED: src/rgw/CMakeFiles/rgw_common.dir/rgw_s3select.cc.o
/usr/bin/ccache /usr/bin/clang++ -DBOOST_ASIO_DISABLE_THREAD_KEYWORD_EXTENSION -DBOOST_ASIO_NO_TS_EXECUTORS -DBOOST_USE_VALGRIND -DHAVE_CONFIG_H -DXXH_NO_INLINE_HINTS=1 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__CEPH__ -D__STDC_FORMAT_MACROS -D__linux__ -I/mnt/nvme0n1p1/src-git/ceph--up--main/build/src/include -I/mnt/nvme0n1p1/src-git/ceph--up--main/src -I/mnt/nvme0n1p1/src-git/ceph--up--main/src/rgw/services -I/mnt/nvme0n1p1/src-git/ceph--up--main/src/rgw -I/mnt/nvme0n1p1/src-git/ceph--up--main/src/rgw/driver/rados -I/mnt/nvme0n1p1/src-git/ceph--up--main/src/dmclock/src -I/mnt/nvme0n1p1/src-git/ceph--up--main/src/dmclock/support/src -I/mnt/nvme0n1p1/src-git/ceph--up--main/src/BLAKE3/c -isystem /mnt/nvme0n1p1/src-git/ceph--up--main/build/boost/include -isystem /mnt/nvme0n1p1/src-git/ceph--up--main/build/include -isystem /mnt/nvme0n1p1/src-git/ceph--up--main/src/xxHash -isystem /mnt/nvme0n1p1/src-git/ceph--up--main/src/fmt/include -isystem /mnt/nvme0n1p1/src-git/ceph--up--main/src/s3select/rapidjson/include -DNDEBUG -Wp,-D_GLIBCXX_ASSERTIONS -Wp,-D_LIBCPP_ENABLE_ASSERTIONS=1 -Wall -pipe -fdiagnostics-color=always -fcolor-diagnostics -mcmodel=large -frecord-gcc-switches -grecord-gcc-switches -fno-omit-frame-pointer -fstack-protector-strong -fstack-clash-protection -ggnu-pubnames -Wthread-safety -fasynchronous-unwind-tables -ggdb3 -gdwarf-4 -fcf-protection=none -ftree-vectorize -ftree-slp-vectorize -feliminate-unused-debug-types -fno-signed-zeros -fno-trapping-math -fassociative-math -funsafe-math-optimizations -falign-loops=16 -Wp,-D_FORTIFY_SOURCE=3 -march=native -mtune=native -mprefer-vector-width=256 -mfma -ffp-contract=fast -ffast-math -mfpmath=sse -Ofast -Warray-bounds -fstrict-vtable-pointers --param=ssp-buffer-size=2 -fuse-ld=lld -Wl,--gdb-index -Wl,--build-id=fast -ffunction-sections -Wl,-z,relro,-z,now -fdata-sections -Wno-unused-command-line-argument -fsized-deallocation -falign-functions=64 -std=c++20 -fPIC -fcolor-diagnostics -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -Wa
ll -fno-strict-aliasing -fsigned-char -Wtype-limits -Wignored-qualifiers -Wpointer-arith -Werror=format-security -Winit-self -Wno-unknown-pragmas -Wnon-virtual-dtor -Wno-ignored-qualifiers
-ftemplate-depth-1024 -Wpessimizing-move -Wredundant-move -Wno-inconsistent-missing-override -Wno-mismatched-tags -Wno-unused-private-field -Wno-address-of-packed-member -Wno-unused-functio
n -Wno-unused-local-typedef -Wno-varargs -Wno-gnu-designator -Wno-missing-braces -Wno-parentheses -Wno-deprecated-register -fdiagnostics-color=always -MD -MT src/rgw/CMakeFiles/rgw_common.d
ir/rgw_s3select.cc.o -MF src/rgw/CMakeFiles/rgw_common.dir/rgw_s3select.cc.o.d -o src/rgw/CMakeFiles/rgw_common.dir/rgw_s3select.cc.o -c /mnt/nvme0n1p1/src-git/ceph--up--main/src/rgw/rgw_s3
select.cc
/mnt/nvme0n1p1/src-git/ceph--up--main/src/rgw/rgw_s3select.cc:765:58: error: use of undeclared identifier 'm_s3_parquet_object'
765 | m_aws_response_handler.update_total_bytes_returned(m_s3_parquet_object.get_return_result_size());
| ^
1 error generated.
Updated by Mark Kogan over 1 year ago
- Status changed from New to Fix Under Review
- Pull request ID set to 60621
Updated by Casey Bodley about 1 year ago
- Status changed from Fix Under Review to Pending Backport
Updated by Upkeep Bot about 1 year ago
- Tags (freeform) set to backport_processed
Updated by Casey Bodley about 1 year ago
- Status changed from Pending Backport to Resolved
Updated by Upkeep Bot 10 months ago
- Merge Commit set to 1757f0f4e5f5adab4663c6be721299c66fb311cf
- Fixed In set to v19.3.0-5979-g1757f0f4e5f
- Upkeep Timestamp set to 2025-07-10T08:44:01+00:00
Updated by Upkeep Bot 10 months ago
- Fixed In changed from v19.3.0-5979-g1757f0f4e5f to v19.3.0-5979-g1757f0f4e5
- Upkeep Timestamp changed from 2025-07-10T08:44:01+00:00 to 2025-07-14T19:38:38+00:00
Updated by Upkeep Bot 6 months ago
- Released In set to v20.2.0~1648
- Upkeep Timestamp changed from 2025-07-14T19:38:38+00:00 to 2025-11-01T01:30:09+00:00
Actions