We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please answer these questions before submitting your issue. Thanks!
2024-08-09T16:38:58.501736078+08:00 /Users/pingcap/workspace/bp-tiflash-release-darwin-amd64-m7wlv-build-binaries/source/tiflash/dbms/src/Operators/AutoPassThroughHashAggContext.cpp:64:45: note: in instantiation of function template specialization 'std::make_shared<std::vector<unsigned long long>, std::vector<unsigned long>, void>' requested here 2024-08-09T16:38:58.501738228+08:00 new_block.info.selective = std::make_shared<std::vector<UInt64>>(std::move(pass_through_rows)); 2024-08-09T16:38:58.501740465+08:00 ^ 2024-08-09T16:38:58.501742711+08:00 /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/construct_at.h:35:16: note: candidate template ignored: substitution failure [with _Tp = std::vector<unsigned long long>, _Args = <std::vector<unsigned long>>]: no matching constructor for initialization of 'std::vector<unsigned long long>' 2024-08-09T16:38:58.501745103+08:00 constexpr _Tp* construct_at(_Tp* __location, _Args&& ...__args) { 2024-08-09T16:38:58.501747467+08:00 ^ 2024-08-09T16:38:58.501749818+08:00 1 error generated. 2024-08-09T16:38:58.505245979+08:00 make[3]: *** [dbms/CMakeFiles/dbms.dir/src/Operators/AutoPassThroughHashAggContext.cpp.o] Error 1
The text was updated successfully, but these errors were encountered:
fix mac build (#9305)
aac1dae
close #9306 Signed-off-by: guo-shaoge <shaoge1994@163.com>
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
The text was updated successfully, but these errors were encountered: