If there is only one fragment of a query plan, FE will call `exec_plan_fragment` rpc to BE. And on BE side, the `exec_plan_fragment()` will be executed directly in bthread, but it may call some JNI method like `AttachCurrentThread()`, which will return error in bthread. So I modify the `exec_plan_fragment` to make sure it will be executed in pthread pool.
5 lines
115 B
Plaintext
5 lines
115 B
Plaintext
-- This file is automatically generated. You should know what you did if you want to edit this
|
|
-- !sql_1 --
|
|
1 abc
|
|
|