tison
tison
@the8472 I can live with an API like the above, i.e., `file.copy(offset, len, socket)`. The current `io::copy` try to send full of the file so it isn't suitable for me....
cc @siddontang I'd like to see the design document of - * Joint consensus * Raft Local reader * Follower/Leader read If any google docs or internal docs can be...
Current code - * https://github.com/GreptimeTeam/greptimedb/pull/2141 * https://github.com/GreptimeTeam/greptimedb/pull/3080 A thoroughly solution should be, supporting reconstruct query from statements, and redact options of copy stmt on demand. See: ```rust match self.query_statement(stmt, query_ctx.clone()).await...
I found this issue not quite easy as it may be like. We hold all the options in WITH and CONNECTION as: ```rust pub with: OptionMap, pub connection: OptionMap, ```...
Then the code to access an option value is somehow awkward. If we insist in trying `SecretString`, I may suggest: ```rust pub struct OptionMap { map: HashMap, secrets: HashMap, }...
> could you elaborate on that further I mean that when you include some nontrivial changes like: * Add API versions field; * Refactor Error structs; * ... with a...
@nedtwigg I'm not quite sure how check and format works (significant codepath). I try to read the code but it's too dynamic to figure out. If you can describe the...
I think we can enable swagger by default. PR preparing...
> mariadb-java-client No. It's LGPL licensed, which is in category X ( cannot be used ) in ASF guidelines - https://www.apache.org/legal/resolved.html#category-x
Move to the Discussions forum for any further open-ended discussion.