Skip to content

Commit d9c8fb6

Browse files
dantengskyzhaoboran
authored andcommitted
revert configs
1 parent 7c401f6 commit d9c8fb6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

scripts/ci/deploy/config/databend-query-node-1.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ join_spilling_memory_ratio = 60
8484
[log]
8585

8686
[log.file]
87-
level = "INFO"
87+
level = "DEBUG"
8888
format = "text"
8989
dir = "./.databend/logs_1"
9090
limit = 12 # 12 files, 1 file per hour
@@ -153,9 +153,6 @@ data_path = "./.databend/stateless_test_data"
153153
# use "disk" to enabled disk cache
154154
data_cache_storage = "none"
155155

156-
157-
table_data_deserialized_data_bytes = 1073741824
158-
159156
[cache.disk]
160157
# cache path
161158
path = "./.databend/_cache"

src/query/storages/fuse/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ serde = { workspace = true }
7272
serde_json = { workspace = true }
7373
sha2 = { workspace = true }
7474
siphasher = { workspace = true }
75-
streaming-decompression = "0.1.2"
7675
tantivy = { workspace = true }
7776
tantivy-common = { workspace = true }
7877
tantivy-fst = { workspace = true }

0 commit comments

Comments
 (0)