Guangyuan Feng created KYLIN-5568: ------------------------------------- Summary: Some JDBC datasources will fail to query or load parts of tables, like GaussDB, responding to KE Key: KYLIN-5568 URL: https://issues.apache.org/jira/browse/KYLIN-5568 Project: Kylin Issue Type: Bug Components: Driver - JDBC Affects Versions: 5.0-alpha Reporter: Guangyuan Feng Assignee: Guangyuan Feng Fix For: 5.0-alpha
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. -- This message was sent by Atlassian Jira (v8.20.10#820010)