eye-gu

Results 4 comments of eye-gu

![image](https://github.com/housepower/spark-clickhouse-connector/assets/20450037/61e66fcc-0a18-4d8c-84bc-41654ee6a8d5) ![image](https://github.com/housepower/spark-clickhouse-connector/assets/20450037/2aae8fd3-3757-44af-be3f-49297e7067e4) DBeaver sql : SELECT column_fixedString from zhouwq.alltype; spark sql : select column_fixedString from clickhouse.zhouwq.alltype; spark version: spark-3.3.0-bin-hadoop2 `column_fixedString` of type `FixedString(2)` data is all `ab`

I found that in the 'fromClickHouseType' method, the 'FixedString' type is mapped to a 'BinaryType', why is it not a 'StringType'?

> pending next version~ All right. But I have a question, Why does CI always fail?