Skip to content

[pull] master from cube-js:master#338

Merged
pull[bot] merged 5 commits intocode:masterfrom
cube-js:master
Mar 10, 2026
Merged

[pull] master from cube-js:master#338
pull[bot] merged 5 commits intocode:masterfrom
cube-js:master

Conversation

@pull
Copy link

@pull pull bot commented Mar 10, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

waralexrom and others added 5 commits March 10, 2026 17:20
…ibility) (#10484)

JDBC clients like Tableau request mixed binary/text format codes per
column in the Bind message (e.g., binary for int8/float8, text for
text/timestamp). CubeSQL previously took only the first format code
and applied it uniformly to all columns, causing
ArrayIndexOutOfBoundsException when clients tried to decode binary
data that was actually text-encoded.

Closes #10418
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.