You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
build tiflash gtest benchmark
make bench_dbms
2. What did you expect to see? (Required)
build ok
3. What did you see instead (Required)
/home/guojiangtao/work/tiflash/dbms/src/Functions/tests/bench_function_least.cpp:276:9: error: no matching function for call to 'executeFunction'
executeFunction(context, func_name, col1, col2, col3);
^~~~~~~~~~~~~~~
/home/guojiangtao/work/tiflash/dbms/src/TestUtils/FunctionTestUtils.h:608:23: note: candidate function not viable: no known conversion from 'DB::ContextPtr' (aka 'shared_ptr<DB::Context>') to 'DB::Context &' for 1st argument
ColumnWithTypeAndName executeFunction(
^
/home/guojiangtao/work/tiflash/dbms/src/TestUtils/FunctionTestUtils.h:616:23: note: candidate function not viable: no known conversion from 'DB::ContextPtr' (aka 'shared_ptr<DB::Context>') to 'DB::Context &' for 1st argument
ColumnWithTypeAndName executeFunction(
^
/home/guojiangtao/work/tiflash/dbms/src/TestUtils/FunctionTestUtils.h:626:23: note: candidate function template not viable: no known conversion from 'DB::ContextPtr' (aka 'shared_ptr<DB::Context>') to 'DB::Context &' for 1st argument
ColumnWithTypeAndName executeFunction(
^
/home/guojiangtao/work/tiflash/dbms/src/Functions/tests/bench_function_least.cpp:290:9: error: no matching function for call to 'executeFunction'
executeFunction(context, func_name, col1, col2);
^~~~~~~~~~~~~~~
/home/guojiangtao/work/tiflash/dbms/src/TestUtils/FunctionTestUtils.h:626:23: note: candidate function template not viable: no known conversion from 'DB::ContextPtr' (aka 'shared_ptr<DB::Context>') to 'DB::Context &' for 1st argument
ColumnWithTypeAndName executeFunction(
^
/home/guojiangtao/work/tiflash/dbms/src/TestUtils/FunctionTestUtils.h:608:23: note: candidate function not viable: no known conversion from 'DB::ContextPtr' (aka 'shared_ptr<DB::Context>') to 'DB::Context &' for 1st argument
ColumnWithTypeAndName executeFunction(
^
/home/guojiangtao/work/tiflash/dbms/src/TestUtils/FunctionTestUtils.h:616:23: note: candidate function not viable: no known conversion from 'DB::ContextPtr' (aka 'shared_ptr<DB::Context>') to 'DB::Context &' for 1st argument
ColumnWithTypeAndName executeFunction(
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
build tiflash gtest benchmark
2. What did you expect to see? (Required)
build ok
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
master(8427604)
The text was updated successfully, but these errors were encountered: