Skip to content

Conversation

@tatu-at-datastax
Copy link
Contributor

What this PR does:

Adds a test to verify "createTable" works for creating table named "ann" (a reserved name)

Which issue(s) this PR fixes:
Fixes #1806

Checklist

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

@tatu-at-datastax tatu-at-datastax requested a review from a team as a code owner December 8, 2025 21:58
@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2025

Code Coverage Report

Overall Project 50.47% 🍏

There is no coverage information present for the Files changed

@tatu-at-datastax tatu-at-datastax marked this pull request as draft December 8, 2025 22:27
@tatu-at-datastax tatu-at-datastax changed the title Test for #1806: create table named "ann" successfully (WIP) Test for #1806: create table named "ann" successfully (fails on DSE-6.9 but NOT on hcd) Dec 8, 2025
@tatu-at-datastax
Copy link
Contributor Author

Interesting: looks like table creation fails on DSE-6.9 but NOT on hcd?

@github-actions
Copy link
Contributor

github-actions bot commented Feb 2, 2026

➡️ Unit Test Coverage Delta vs Main Branch

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

@github-actions
Copy link
Contributor

github-actions bot commented Feb 2, 2026

Unit Test Coverage Report

Overall Project 50.47% 🍏

There is no coverage information present for the Files changed

@github-actions
Copy link
Contributor

github-actions bot commented Feb 2, 2026

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

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

@github-actions
Copy link
Contributor

github-actions bot commented Feb 2, 2026

Integration Test Coverage Report (hcd-it)

Overall Project 72.6% 🍏

There is no coverage information present for the Files changed

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.

Create a table with table name ann will invoke SyntaxError exception

3 participants