Geoff Genz

Results 18 issues of Geoff Genz

We're building off of an older commit but I believe this bug still exists. The GetRequestValues function in proxy/params/params.go parses the request body to find certain parameters. There are separate...

The current ClickHouse parser returns no data if a query uses something like toDateTime(1619536397).

This turned out to be a fairly minor update. Some additional tests to match the recommended DBT test-adapter and some array macros for utils are the main changes. We don't...

**Is your feature request related to a problem? Please describe.** Currently CHProxy severely restricts the query parameters that can be passed to ClickHouse server for "security reasons". This was the...

Running both redpanda and karapace (registry) in docker, I get this in the logs and the schema registry always returns "reset by peer": ``` 023-12-27 11:06:34 karapace.schema_reader schema-reader ERROR Unexpected...

enhancement

## Summary Adds an optional test to allow validating mutual TLS functionality. No functional changes

We may want to consider also implementing an `insert+overwrite` incremental materialization strategy for models with many ClickHouse partitions. This would involve dropping partitions that have new or updated data and...

enhancement

We're testing the behavior of PollRecords during a temporary Kafka outage and we're trying to avoid getting duplicate records. In our integration test, we read 10k records from Redpanda, call...

The native interface still retains certain advantages over HTTP, including better compression and progress packets. It would be nice to support both options. At this point this would mean: -...

enhancement

Pandas 2.x allows the use of PyArrow backed DataFrames instead of Numpy. Adding this as an option would improve interoperability and in some cases performance as well. This should be...

enhancement