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

INVALID_REQUST error code typo #796

Closed
vkarpov15 opened this issue Jan 15, 2024 · 1 comment
Closed

INVALID_REQUST error code typo #796

vkarpov15 opened this issue Jan 15, 2024 · 1 comment
Assignees

Comments

@vkarpov15
Copy link
Collaborator

Error code here has a typo: https://github.com/stargate/jsonapi/blob/03daa7e4b5697eca1477de4ce911bb4f43484588/src/main/java/io/stargate/sgv2/jsonapi/exception/ErrorCode.java#L28, leads to the following error message showing up:

  errors: [
    {
      message: 'ANN ordering by vector requires the column to be indexed',
      errorCode: 'INVALID_REQUST'
    }
  ],

@tatu-at-datastax
Copy link
Contributor

I think this was fixed by PR, closing.

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

No branches or pull requests

3 participants