George H. Sun

Results 8 issues of George H. Sun

Hi folks, We are seeing `java.lang.IllegalArgumentException: Invalid position 2 in block with 2 positions` for queries that have multiple filters on an array(varchar) column. To reproduce, create the table as...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? Hi, We have ran into the following errors when clusters load...

kind/bug
needs/triage
kind/community-report

Our setup uses Basic Auth for users via a transparent proxy that exchange the Basic Auth credentials to JWT token and passes to the backend. When we have Trino Gateway...

Hi folks, Have we considered rewriting next-uri and info-uri directly from the responses in order to achieve query-level sticky routing? The idea is kinda similar to [Trino Proxy](https://github.com/trinodb/trino/blob/5583b5f864279f792f54c74ae45fad3a1f29d5b3/service/trino-proxy/src/main/java/io/trino/proxy/ProxyResource.java), where Trino...

Hi, Is it something wanted to allow configure the minISR parameter on the end to end topic? It looks like the minISR is currently set through a hard-coded logic (see...

### Related problem Strimzi has an `annotations` field under the listener brokers to allow us to specify annotations for each broker for things like External DNS. However, this config can...

enhancement
needs-triage

https://www.javadoc.io/doc/org.apache.kafka/kafka-clients/3.2.0/org/apache/kafka/clients/admin/AdminClient.html > The base class for in-built admin clients. Client code should use the newer [Admin](https://www.javadoc.io/static/org.apache.kafka/kafka-clients/3.2.0/org/apache/kafka/clients/admin/Admin.html) interface in preference to this class. This class may be removed in a later...

It seems that a modify of a quota could be forced as the entry being deleted and in the next cycle after 10 min, the quota gets recreated. The operations...