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
- links to