feat: Switch ScyllaDB driver to Cassandra driver#335
Merged
Manisha4 merged 2 commits intostage-cassandra-switchfrom Jan 8, 2026
Merged
feat: Switch ScyllaDB driver to Cassandra driver#335Manisha4 merged 2 commits intostage-cassandra-switchfrom
Manisha4 merged 2 commits intostage-cassandra-switchfrom
Conversation
zabarn
requested changes
Jan 7, 2026
Comment on lines
-194
to
+198
| "eg-feast[aws, azure, clickhouse, couchbase, delta, docling, duckdb, eg_valkey, elasticsearch, faiss, gcp, ge, go, grpcio, hazelcast, hbase, ibis, ikv, image, k8s, mcp, milvus, eg_milvus, mssql, mysql, opentelemetry, scylladb, spark, trino, postgres, pytorch, qdrant, rag, ray, redis, singlestore, snowflake, sqlite_vec]" | ||
| "eg-feast[aws, azure, clickhouse, couchbase, delta, docling, duckdb, eg_valkey, elasticsearch, faiss, gcp, ge, go, grpcio, hazelcast, hbase, ibis, ikv, image, k8s, mcp, milvus, eg_milvus, mssql, mysql, opentelemetry, cassandra, spark, trino, postgres, pytorch, qdrant, rag, ray, redis, singlestore, snowflake, sqlite_vec]" |
There was a problem hiding this comment.
We would need to verify that reads/writes with ScyllaDB as the online store would still work after this
Collaborator
There was a problem hiding this comment.
This section only defines the ci extra dependencies. It would still be possible to swap between scylla and cassandra by installing those extras explicitly.
Manisha4
added a commit
that referenced
this pull request
Feb 19, 2026
* feat: Switch ScyllaDB driver to Cassandra driver (#335) * switch ScyllaDB driver to Cassandra driver * updating the go version --------- Co-authored-by: Manisha4 <[email protected]> * dummy commit * Add support for 'user_name' field in config parsing * fix the syntax error * dummy commit to cassandraonlinestore.go * dummy commit to trigger new dev release * added changes for running cassandra integration tests instead of scylla --------- Co-authored-by: Manisha4 <[email protected]> Co-authored-by: vanitabhagwat <[email protected]> Co-authored-by: vbhagwat <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Switch from using ScyllaDB driver to Cassandra driver
Which issue(s) this PR fixes:
Misc