김병주

Results 24 comments of 김병주

> What about the security considerations? Should we implement limitations on the domains? > > @copilot how do you think about it Hi @murphyatwork Thank you very much for your...

I just fix almost case generated from copilot. **gensrc/thrift/InternalService.thrift:** - Added url_ssl_verification_required option (field 201) to TQueryOptions **fe/fe-core/src/main/java/com/starrocks/qe/SessionVariable.java:** - Added Config.url_ssl_verification_required import - Added tResult.setUrl_ssl_verification_required() in toThrift() method - be/src/runtime/runtime_state.h:...

Thanks - Fix response size check to use streaming callback (using streaming it will return "Response size exceeds limit (1048576 bytes). Received: 5131466 bytes") - Fix timeout_ms integer overflow with...

> @EdwardArchive Thanks for the contribution, after roughly investigating other systems' implementation, I have some suggestions. 2. please create a GitHub Issue for this new function, and in that place...

this will changed so delete old request

# Named Arguments Support for Scalar Functions ## Summary This PR implements **Named Arguments** support for scalar functions in StarRocks, using `http_request()` as the first function to leverage this feature....

@alvin-celerdata Thanks, then I'll try to make separate it into two PRs.

There are changes and more detail on SSRF feature # SSRF Protection Implementation Summary ## Overview This PR implements comprehensive **Server-Side Request Forgery (SSRF) protection** for the `http_request()` function with...

@alvin-celerdata Hi, Is there any though about SSRF feature?

@alvin-celerdata Hi, here’s a separate PR for the Named Parameters in Scala functions. Please take a look when you have some time.