Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
2025-2
Description
running drop table if exists on a non existing table generates errors in the columnstore logs.
E 23 CAL0001: Table does not exist in ColumnStore.
This is misleading as it indicates an error where in reality there is none.
Also it would be great if the message actualy told you what table it is talking about.
Steps to reproduce:
create database test;
drop table if exists test.does_not_exist;
Attachments
Issue Links
- relates to
-
MCOL-4270 DROP COLUMN IF EXISTS fails if the column is already present
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
running drop table if exists on a non existing table generates errors in the columnstore logs.
E 23 CAL0001: Table does not exist in ColumnStore. This is misleading as it indicates an error where in reality there is none. Also it would be great if the message actualy told you what table it is talking about. Steps to reproduce: create database test; drop table if exist test.does_not_exist; |
running drop table if exists on a non existing table generates errors in the columnstore logs.
E 23 CAL0001: Table does not exist in ColumnStore. This is misleading as it indicates an error where in reality there is none. Also it would be great if the message actualy told you what table it is talking about. Steps to reproduce: create database test; drop table if exists test.does_not_exist; |
Assignee | Leonid Fedorov [ JIRAUSER48443 ] |
Fix Version/s | 23.10.4 [ 29991 ] | |
Sprint | 2025-2 [ 788 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Testing [ 10301 ] |
Resolution | Fixed [ 1 ] | |
Status | In Testing [ 10301 ] | Closed [ 6 ] |
Hi mgolisch. Thx for the input.
Same U24.04 + 23.10.3?