Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.26.0
Description
Consider the query DROP TABLE s.t. The ServerDdlExecutor will attempt to resolve the default schema path, and the would try to invoke SqlIdentifier.getSimple on the s.t identifier. When assertions are enabled this would lead to an AssertionError. When assertions are disabled this would lead to an incorrectly resolved table name: s instead of t.
All DROP commands are affected.
Attachments
Issue Links
- relates to
-
CALCITE-6553 In server, several CREATE and DROP commands are incorrect if schema does not exist
- Open
- links to