Skip to content

Commit 97ed750

Browse files
committed
fix unit test
1 parent a756fea commit 97ed750

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/query/service/tests/it/storages/system/settings_table.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ async fn test_settings_table() -> Result<()> {
3737
"| compression | None | None | SESSION | Format compression, default value: None | String |",
3838
"| empty_as_default | 1 | 1 | SESSION | Format empty_as_default, default value: 1 | UInt64 |",
3939
"| enable_async_insert | 0 | 0 | SESSION | Whether the client open async insert mode, default value: 0 | UInt64 |",
40+
"| enable_cbo | 1 | 1 | SESSION | If enable cost based optimization, default value: 1 | UInt64 |",
4041
"| enable_new_processor_framework | 1 | 1 | SESSION | Enable new processor framework if value != 0, default value: 1 | UInt64 |",
4142
"| enable_planner_v2 | 1 | 1 | SESSION | Enable planner v2 by setting this variable to 1, default value: 1 | UInt64 |",
4243
"| field_delimiter | , | , | SESSION | Format field delimiter, default value: , | String |",

0 commit comments

Comments
 (0)