[Bug](pipeline) fix bug for file scan node on pipeline engine (#20763)
This commit is contained in:
@ -1495,6 +1495,9 @@ public class Config extends ConfigBase {
|
||||
@ConfField(mutable = true)
|
||||
public static boolean enable_query_queue = true;
|
||||
|
||||
@ConfField(mutable = true)
|
||||
public static boolean disable_shared_scan = false;
|
||||
|
||||
@ConfField(mutable = false, masterOnly = true)
|
||||
public static int backend_rpc_timeout_ms = 60000; // 1 min
|
||||
|
||||
|
||||
Reference in New Issue
Block a user