[MDEV-3998] Cassandra SE: Cryptic error message on SELECT from a badly formed table Created: 2013-01-04 Updated: 2014-04-16 Resolved: 2014-04-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.1 |
| Fix Version/s: | 10.0.11 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Elena Stepanova | Assignee: | Sergei Petrunia |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | cassandra | ||
| Issue Links: |
|
||||||||
| Description |
|
I create a valid column family:
Then I create a Cassandra table which only has a column for rowkey, but not for `a`. I expected it to fail, but it works all right:
Then I insert into the table. I thought now it would fail for sure, but it worked too:
Then I selected from the table. Since all the above worked, I thought it would work also, but it didn't:
The error message is anything but clear, I can only guess what it's about because I made the mess myself. Since the table is basically non-functional, maybe it makes sense to forbid creating it in the fist place.
|