You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Alon Eldar (Jira)" <ji...@apache.org> on 2021/06/30 08:55:00 UTC

[jira] [Created] (CALCITE-4672) SimpleCalciteSchema ignores the caseSensitive flag

Alon Eldar created CALCITE-4672:
-----------------------------------

             Summary: SimpleCalciteSchema ignores the caseSensitive flag
                 Key: CALCITE-4672
                 URL: https://issues.apache.org/jira/browse/CALCITE-4672
             Project: Calcite
          Issue Type: Bug
          Components: jdbc-adapter
    Affects Versions: 1.27.0, 1.26.0, 1.25.0
         Environment: Tried to use SimpleCalciteSchema instead of CachingCalciteSchema for my needs
and found getting unexpected nulls when fetching tables/subschemas with the caseSensitivity flag as false.
            Reporter: Alon Eldar


caseSensitive Flag is ignored in:
-getImplicitSubSchema
-getImplicitTable

(And all other cases in SimpleCalciteSchema class too)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)