Andrey Elenskiy

Results 6 issues of Andrey Elenskiy

Currently we can only pass [ColumnFamilySchema attributes](https://github.com/tsuna/gohbase/blob/master/pb/HBase.proto#L54) in `CreateTable`. Need to be able to specify [TableShema attributes](https://github.com/tsuna/gohbase/blob/master/pb/HBase.proto#L43)

Since you are building pgbouncer from source, would it be possible to also produce images for arm processors? Something along the lines of how timescaledb does it: https://github.com/timescale/timescaledb-docker/blob/master/.github/workflows/docker-image.yml#L33 I guess...

Needed to work with newer servers that expect the field or log a WARN otherwise. Does not implement readonly mode, just fixes #86.

**Describe the bug** Getting an exception when joining two `iceberg('')` tables. ``` 2025.10.05 23:05:00.041609 [ 85 ] {} TCPHandler: Code: 36. DB::Exception: Cannot find manifest file for data file: tables//data/as_of_date=2023-10-15/00015-198976-e06ac989-671b-4ff5-a42a-c21791e0a5bc-0-00001.parquet:...

antalya

**Describe the bug** We have an iceberg table with one of the columns having `date` type. One of the column values is `3022-02-01`. Running the query results in: ``` Code:...

antalya

### What happened? Version 10.8.0 [introduced casting to result of IN subquery](https://github.com/ibis-project/ibis/commit/69be18083a1388924c48d3cc317ee5ce38c0ee31). SQL generated results into `CAST(... AS Nullable(Bool))` for `x IN (subquery)` predicates. This cast prevents ClickHouse from pushing...

bug