Scott Xing
Scott Xing
Fix: When the value of entry is null, subsequent java.lang.NullPointerException is thrown
> Can you show the full exception stack? ## Test Code: There are `"name": null,` ```java String oggMsg = """ { "after": { "id": 111, "name": null, "description": "Big 2-wheel...
@abonander ```shell Error: got unexpected connection status after attempting to begin transaction Stack backtrace: 0: anyhow::error::::from at /home/PC/.cargo/registry/src/rsproxy.cn-e3de039b2554c837/anyhow-1.0.98/src/backtrace.rs:27:14 1: ::from_residual at /home/PC/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:2014:27 2: srctl::main::{{closure}} at ./srctl/src/bin/main.rs:68:18 3: ::poll at /home/PC/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/future/future.rs:124:9...
@abonander As Starrocks is an OLAP database, not like MySQL which is an OLTP, it does not support multi-row SQL transactions that may change some connection characteristics. Previously in version...