Discussed in #70355
Originally posted by Dev-Hariharan October 4, 2024
Creating cassandra source dictionary using DDL query in clickhouse, facing datatype issue, Coz, cassandra keyspace table has TIMEUUID type for this specific field. In clickhouse supports only UUID.
SQL Error [53] [07000]: Code: 53. DB::Exception: Type mismatch for column entity_id : expected Cassandra type uuid: While executing Cassandra. (TYPE_MISMATCH) (version 24.9.1.3278 (official build)) , server ClickHouseNode [uri=http://localhost:8123/default, options={use_server_time_zone=false,use_time_zone=false}]@629049661
Any Suggestions ?