Kevin Mingtarja
Kevin Mingtarja
Yeah as @adminy mentioned, we can do multicast in AWS using Transit Gateways now. So we can use multicast DNS for service discovery and ease cluster formation. There's an AWS...
Hi, I'd like to contribute a fix if no one's working on it!
Hi @jhesketh, @pstibrany, thank you as well for the comments! I have updated the docs/tools that I missed, and addressed the comments in a follow-up commit. Please let me know...
Hang on did i miss something, somehow one of the test fails with this, even though `(default false)` is there in `help-all.txt.tmpl`. ``` Diff: --- Expected +++ Actual @@ -282,3...
No worries, thanks as well for the review Peter and Joshua!
Hi, I'm interested to contribute to this!
Hi, I've made a PR for this. Please let me know if you have any comments, thanks!
take Sort, Exists
I noticed that in the `sqlparser-rs` crate, [OrderByExpr](https://github.com/sqlparser-rs/sqlparser-rs/blob/e747c9c2af08f4ea12e8d1692adf95998209e2a1/src/ast/query.rs#L1149-L1155) is not part of the `sqlparser::ast::Expr` enum (which is the return type for `expr_to_sql`), which is a problem when I was implementing...
Hi, I'd like to contribute to this issue!