Skip to content

Fix #2442: NPE for "createIndex" with empty definition#2454

Open
tatu-at-datastax wants to merge 3 commits intomainfrom
tatu/2442-npe-on-create-index
Open

Fix #2442: NPE for "createIndex" with empty definition#2454
tatu-at-datastax wants to merge 3 commits intomainfrom
tatu/2442-npe-on-create-index

Conversation

@tatu-at-datastax
Copy link
Copy Markdown
Contributor

What this PR does:

Reproduces issue #2442

Which issue(s) this PR fixes:
Fixes #2442 once complete

Checklist

  • Changes manually tested
  • Automated Tests added/updated
  • Documentation added/updated
  • CLA Signed: DataStax CLA

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 20, 2026

➡️ Unit Test Coverage Delta vs Main Branch

Metric Value
Main Branch 49.77%
This PR 49.77%
Delta ⚪ 0.00%
ℹ️ Coverage unchanged

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 20, 2026

Unit Test Coverage Report

Overall Project 49.77% 🍏
File Coverage
CreateIndexCommand.java 91.3% 🍏
CreateTextIndexCommand.java 0% 🍏
CreateVectorIndexCommand.java 0% 🍏

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 20, 2026

➡️ Integration Test Coverage Delta vs Main Branch (dse69-it)

Metric Value
Main Branch 72.66%
This PR 72.66%
Delta ⚪ 0.00%
ℹ️ Coverage unchanged

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 20, 2026

Integration Test Coverage Report (dse69-it)

Overall Project 72.66% 🍏
File Coverage
CreateIndexCommand.java 100% 🍏
CreateTextIndexCommand.java 100% 🍏
CreateVectorIndexCommand.java 73.91% 🍏

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 20, 2026

➡️ Integration Test Coverage Delta vs Main Branch (hcd-it)

Metric Value
Main Branch 74.04%
This PR 74.04%
Delta ⚪ 0.00%
ℹ️ Coverage unchanged

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 20, 2026

Integration Test Coverage Report (hcd-it)

Overall Project 74.04% 🍏
File Coverage
CreateIndexCommand.java 100% 🍏
CreateTextIndexCommand.java 100% 🍏
CreateVectorIndexCommand.java 73.91% 🍏

@tatu-at-datastax tatu-at-datastax changed the title (WIP) NPE for "createIndex" with empty definition Fix #2442: NPE for "createIndex" with empty definition Apr 20, 2026
@tatu-at-datastax tatu-at-datastax marked this pull request as ready for review April 20, 2026 20:48
@tatu-at-datastax tatu-at-datastax requested a review from a team as a code owner April 20, 2026 20:48
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.

"Unexpected Server Error" caused by a non-validated malformed payload for createIndex on a table

1 participant