ClickHouse / spark-clickhouse-connector

Spark ClickHouse Connector build on DataSourceV2 API
https://clickhouse.com/docs/en/integrations/apache-spark
Apache License 2.0
184 stars 65 forks source link

Spark: Make FixedString type mapping configurable #317

Closed harryshi10 closed 3 months ago

harryshi10 commented 3 months ago

Add a new configuration option spark.clickhouse.fixedStringReadAs to determine whether ClickHouse fixed strings should be mapped to Spark BinaryType or StringType.

open issue here

pan3793 commented 3 months ago

Thanks, merged.