Skip to content

Commit a8aaf74

Browse files
committed
revert configs
1 parent 152dca2 commit a8aaf74

File tree

4 files changed

+11
-16
lines changed

4 files changed

+11
-16
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -233,16 +233,16 @@ anyerror = { version = "=0.1.13" }
233233
anyhow = { version = "1.0.65" }
234234
apache-avro = { version = "0.17.0", features = ["snappy", "zstandard", "xz", "snappy", "bzip"] }
235235
approx = "0.5.1"
236-
arrow = { version = "55.2" }
237-
arrow-array = { version = "55.2" }
238-
arrow-buffer = { version = "55.2" }
239-
arrow-cast = { version = "55.2", features = ["prettyprint"] }
240-
arrow-data = { version = "55.2" }
241-
arrow-flight = { version = "55.2", features = ["flight-sql-experimental", "tls"] }
242-
arrow-ipc = { version = "55.2" }
243-
arrow-ord = { version = "55.2" }
244-
arrow-schema = { version = "55.2", features = ["serde"] }
245-
arrow-select = { version = "55.2" }
236+
arrow = { version = "55" }
237+
arrow-array = { version = "55" }
238+
arrow-buffer = { version = "55" }
239+
arrow-cast = { version = "55", features = ["prettyprint"] }
240+
arrow-data = { version = "55" }
241+
arrow-flight = { version = "55", features = ["flight-sql-experimental", "tls"] }
242+
arrow-ipc = { version = "55" }
243+
arrow-ord = { version = "55" }
244+
arrow-schema = { version = "55", features = ["serde"] }
245+
arrow-select = { version = "55" }
246246
arrow-udf-runtime = { version = "0.8.0", default-features = false }
247247
async-backtrace = "0.2"
248248
async-channel = "1.7.1"

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)