Jinlin Zhang
Jinlin Zhang
Repro project: $cat BUCK ``` linker_flags = [] # MacOS build fix linker_flags += [ "-lresolv", ] # On Linux, Rust's standard library is built by default with threading support...
with `starter_type = native` and `native_link_strategy = merged`, switching between packaging does not work. Repro steps: $cat BUCK ``` lua_binary( name = "simple", main_module = "simple", deps = [ ":simple-lib",...
Cherry-pick of https://github.com/trinodb/trino/pull/9831/commits/ae0db1bb746254aa2ca6f5b0d90547d4fb4b08a0 Co-authored-by: kasiafi Test plan - Added tests ``` == RELEASE NOTES == General Changes * Support JSON_EXISTS, JSON_VALUE and JSON_QUERY functions ```
Cherry-pick of https://github.com/trinodb/trino/pull/45 solves #12806 Co-authored-by: Piotr Findeisen ``` == RELEASE NOTES == General Changes * Map MySQL JSON to Presto JSON :issue:`12806` ```
Cherry-pick of https://github.com/trinodb/trino/pull/12089 Co-authored-by: Yuya Ebihara Test plan - Added tests ``` == RELEASE NOTES == Iceberg Changes * Support reading ORC tinyint type in Iceberg ```
Cherry-pick of https://github.com/trinodb/trino/pull/9971 If the extra bytes are all zeros or all -1 for negative values, then the remaining bytes can be decoded as a short decimal. Currently incorrect results...
Cherry-pick of https://github.com/trinodb/trino/pull/9454 Co-authored-by: David Phillips ``` == RELEASE NOTES == General Changes * Allow running on macOS ARM64 ```
Cherry-pick of https://github.com/trinodb/trino/pull/1110 and https://github.com/trinodb/trino/pull/8367 ``` == NO RELEASE NOTE == ```
Cherry-pick of https://github.com/trinodb/trino/pull/8376 Also corrected default port ccording to https://docs.pinot.apache.org/configuration-reference/server Co-authored-by: jessica ``` == NO RELEASE NOTE == ```
Cherry-pick of https://github.com/trinodb/trino/pull/10969 A documentation of the query.max-cpu-time property Co-authored-by: Jessica ``` == NO RELEASE NOTE == ```