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
Originally posted by rubberliu January 17, 2025
I want to decode the body of HTTP request from beeline client in "transportMode=http", just like: beeline -u "jdbc:hive2://xxx.xxx:<port>/;transportMode=http;httpPath=cliservice"
since the body has been encoded by thrift protocol, I use code:
Discussed in #6895
Originally posted by rubberliu January 17, 2025
I want to decode the body of HTTP request from beeline client in "transportMode=http", just like:
beeline -u "jdbc:hive2://xxx.xxx:<port>/;transportMode=http;httpPath=cliservice"
since the body has been encoded by thrift protocol, I use code:
but occur fail.
How does Kyuubi source code parse the body encoded by thrift protocol from the client?
The text was updated successfully, but these errors were encountered: