Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.0-alpha
-
None
Description
Currently KE keep all the table metadata as upper case, so it will fail to contacting with some JDBC datasources, like GaussDB, which are sensitive to the letters.
So to solve this issue, a new boolean property kylin.source.jdbc.convert-to-lowercase will be introduced, false by default, to transform KE metadata to lowercase.