Skip to content

Commit 40d446b

Browse files
Added missing cql type
1 parent 4b31117 commit 40d446b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

connector/src/main/java/com/datastax/oss/pulsar/source/converters/AbstractGenericConverter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ public boolean isSupportedCqlType(DataType dataType) {
100100
case ProtocolConstants.DataType.FLOAT:
101101
case ProtocolConstants.DataType.INET:
102102
case ProtocolConstants.DataType.UDT:
103+
case ProtocolConstants.DataType.TUPLE:
103104
return true;
104105
}
105106
return false;

0 commit comments

Comments
 (0)