Skip to content

Commit 8421a6b

Browse files
Merge pull request #209 from datastax/RUBY-269
RUBY-269 - Support C* 4.x.
2 parents d8360ec + b401e7a commit 8421a6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/cassandra/driver.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@ def create_schema_fetcher_picker
250250
picker.when('3.') do
251251
Cluster::Schema::Fetchers::V3_0_x.new(schema_cql_type_parser, cluster_schema)
252252
end
253+
picker.when('4.') do
254+
Cluster::Schema::Fetchers::V3_0_x.new(schema_cql_type_parser, cluster_schema)
255+
end
253256

254257
picker
255258
end

0 commit comments

Comments
 (0)