Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/hck 4350 datastax vector data type #121

Merged
merged 12 commits into from
Dec 28, 2023

Conversation

serhii-filonenko
Copy link
Contributor

@serhii-filonenko serhii-filonenko commented Dec 21, 2023

  • Cassandra-driver version raised 4.3.1 -> 4.7.2
  • Added configuration for vector data type
  • Added supporting of similarity_funtion option for custom indexes
  • Implemented RE from instance/files for vector data type
  • Implemented FE for vector data type

@taras-dubyk taras-dubyk added this pull request to the merge queue Dec 21, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 21, 2023
@@ -922,7 +923,7 @@ module.exports = (_) => {
documents: data.records,
};

if (data.table.columns && data.table.columns.length) {
if (data?.table?.columns?.length) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not critical, but personally I always check if the root variable is being nullish checked (data?.) previously as well. But if, for example, the previous accessing to that variable occur without similar check (like few lines above) - then it looks a bit inconsistent 🙂

@VitaliiBedletskyi VitaliiBedletskyi added this pull request to the merge queue Dec 28, 2023
Merged via the queue into master with commit ba82ccc Dec 28, 2023
6 checks passed
@VitaliiBedletskyi VitaliiBedletskyi deleted the Feature/HCK-4350-datastax-vector-data-type branch December 28, 2023 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants