Junbo Wang

Results 57 comments of Junbo Wang

> It also affects THRIFT-BINARY API. Maybe in some scenarios we just want to turn off the authentication of restful api?

Look like `MYSQL`, `TRINO`, `THRIFT_BINARY`(`KyuubiTBinaryFrontendService`) and `THRIFT_HTTP`(`KyuubiTHttpFrontendService`) are not required to support isolated authentication configuration at this time, so I only support RESTful API. Not sure if I've missed anything,...

`AUTHENTICATION_METHOD` and `AUTHENTICATION_CUSTOM_CLASS` related to `FrontendProtocol`, i only support rest api isolated authentication for this time. Other `FrontendProtocol` also can support, if necessary we can implement it.

> As many community users request to use Web UI while enabling security on Thrift Binary protocol, would you mind doing a manual test to make sure everything goes well...

When I use paimon sink I encounter a bug.Looks like this is an incorrect attribute setting in Example yaml. ``` Exception in thread "main" java.lang.RuntimeException: failed to create or use...

> can you summarize your design/change on the PR description? I've been quite busy recently,, sorry for not replying in time. For now `ExecuteScala` use `spark.sharedState.jarClassLoader` to get the URLs...