ArunGust
ArunGust
I tried to remove a key and assign new key didnt work. Any idea ? let mut parsed = json::parse(&data).unwrap(); let var1 = parsed.remove("test").to_string(); parsed["cdate"] = Utc::now().to_string().into();
running: "D:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.28.29333\\bin\\HostX64\\x64\\cl.exe" "-nologo" "-MD" "-Z7" "-Brepro" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.7.0/fused-src/" "-I" "snappy/" "-I" "lz4/lib/" "-I" "zstd/lib/" "-I" "zstd/lib/dictBuilder/" "-I" "zlib/" "-I" "bzip2/" "-I" "."...
Please help to resolve --- stderr error occurred: Command "D:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.28.29333\\bin\\HostX64\\x64\\cl.exe" "-nologo" "-MD" "-Z7" "-Brepro" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.7.0/fused-src/" "-I" "snappy/" "-I" "lz4/lib/" "-I" "zstd/lib/"...
I got below error, any idea ? let mut client = pool.get_handle().await?; | ^^^^^^^^^^^^^^^^^^^^^^^ `GetHandle` is not a future My Cargo.toml is below clickhouse-rs = "*"
Is there any plan to support SELECT FORMAT ?
Hey, I got below error, any idea about this issue error[E0609]: no field `data` on type `Cow
J:\react-express-mysql>node server.js (node:2248) [SEQUELIZE0004] DeprecationWarning: A boolean value was passed to options.operatorsAliases. This is a no-op with v5 and should be removed. (Use `node --trace-deprecation ...` to show where the...
I got below error after comping sample . Can someone please help ? I Environment : 2 GB Memory / 60 GB Disk / Ubuntu 22.04 (LTS) x64 Compiling libduckdb-sys...
Is there anyway I can pool gluesql_parquet_storage and pass through like below tokio::spawn(async move { http_handle(stream, db_pool ).await; });
Hi, I got below error after rust update to stable-x86_64-pc-windows-msvc - rustc 1.85.0 (4d91de4e4 2025-02-17) -------------------- error: failed to run custom build command for `rusty_v8 v0.22.3` Caused by: process didn't...