Skip to content

Commit

Permalink
fix(processor): try fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang2014 committed Sep 30, 2022
1 parent b4b6b63 commit 2e7b397
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ DB.Table: 'system'.'settings', Table: settings-table_id:1, ver:0, Engine: System
+--------------------------------+------------+------------+---------+-----------------------------------------------------------------------------------------------------+--------+
| enable_async_insert | 0 | 0 | SESSION | Whether the client open async insert mode, default value: 0. | UInt64 |
| enable_cbo | 1 | 1 | SESSION | If enable cost based optimization, default value: 1. | UInt64 |
| enable_distributed_eval_index | 1 | 1 | SESSION | If enable distributed eval index, default value: 1 | UInt64 |
| enable_new_processor_framework | 1 | 1 | SESSION | Enable new processor framework if value != 0, default value: 1. | UInt64 |
| enable_planner_v2 | 1 | 1 | SESSION | Enable planner v2 by setting this variable to 1, default value: 1. | UInt64 |
| flight_client_timeout | 60 | 60 | SESSION | Max duration the flight client request is allowed to take in seconds. By default, it is 60 seconds. | UInt64 |
Expand Down

0 comments on commit 2e7b397

Please sign in to comment.