大家好,我在尝试编译Doris-tag-2.1.8.1
发生如下错误:
/doris/doris_2_1_8/doris/be/src/pipeline/exec/exchange_sink_buffer.h:69:79: error: no member named '_a' in 'AtomicWrapper'
69 | AtomicWrapper& operator=(const AtomicWrapper& other) { _value.store(other._a.load()); }
大家有遇到过吗?