You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when passing arguments to queries using the Go Trino client, it is not possible to pass float32, float64, and byte. Currently, this limitation requires workarounds like converting floats to strings or encoding binary data manually.