File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ join_spilling_memory_ratio = 60
84
84
[log ]
85
85
86
86
[log .file ]
87
- level = " INFO "
87
+ level = " DEBUG "
88
88
format = " text"
89
89
dir = " ./.databend/logs_1"
90
90
limit = 12 # 12 files, 1 file per hour
@@ -153,9 +153,6 @@ data_path = "./.databend/stateless_test_data"
153
153
# use "disk" to enabled disk cache
154
154
data_cache_storage = " none"
155
155
156
-
157
- table_data_deserialized_data_bytes = 1073741824
158
-
159
156
[cache .disk ]
160
157
# cache path
161
158
path = " ./.databend/_cache"
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ serde = { workspace = true }
72
72
serde_json = { workspace = true }
73
73
sha2 = { workspace = true }
74
74
siphasher = { workspace = true }
75
- streaming-decompression = " 0.1.2"
76
75
tantivy = { workspace = true }
77
76
tantivy-common = { workspace = true }
78
77
tantivy-fst = { workspace = true }
You can’t perform that action at this time.
0 commit comments