Skip to content

Commit 6f6b2ca

Browse files
committed
fix QBit to be not nested
1 parent 070a4bc commit 6f6b2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clickhouse-data/src/test/java/com/clickhouse/data/ClickHouseColumnTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ public boolean isWidenUnsignedTypes() {
423423
if (type.isNested() || type == ClickHouseDataType.AggregateFunction
424424
|| type == ClickHouseDataType.SimpleAggregateFunction || type == ClickHouseDataType.Enum
425425
|| type == ClickHouseDataType.Nullable || type == ClickHouseDataType.BFloat16 ||
426-
type == ClickHouseDataType.Time || type == ClickHouseDataType.Time64) {
426+
type == ClickHouseDataType.Time || type == ClickHouseDataType.Time64 || type == ClickHouseDataType.QBit) {
427427
continue;
428428
}
429429

0 commit comments

Comments
 (0)