Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.21.0
-
None
Description
SimpleCalciteSchema contains methods for finding tables, sub-schemas, and types. The API allows to specify if the lookup will be case sensitive or insensitive but the respective parameter is ignored in the implementation of the method.
It is not a big problem since most of the time CachingCalciteSchema is used, which does not have this problem.
Attachments
Issue Links
- is duplicated by
-
CALCITE-4672 SimpleCalciteSchema ignores the caseSensitive flag
- Closed
- links to