paf91

Results 4 comments of paf91

Okay so the culprit is the updated kubernetes pip version. EG 3.2.2 has 26.1.0 kubernetes python ver, EG 3.2.3 has 29.0.0 ``` >>> import kubernetes; print(kubernetes.__version__) 29.0.0 ``` I hope...

This is related to this [discussion](url) Can you please describe which Java version and libraries you used in the custom image (or post a Dockerfile if it has lot of...

Does look like it's runtime filters problems or even the jdbc driver itself. I tried pure jdbc driver and it has same issue. https://github.com/ClickHouse/clickhouse-java/issues/1608