arina-ielchiieva commented on a change in pull request #1542: DRILL-6850: JDBC
integration tests failures
URL: https://github.com/apache/drill/pull/1542#discussion_r234525776
##########
File path:
contrib/storage-jdbc/src/main/java/org/apache/drill/exec/store/jdbc/JdbcStorageConfig.java
##########
@@ -64,6 +67,10 @@ public String getPassword() {
return password;
}
+ public boolean areTableNamesCaseInsensitive() {
Review comment:
Please check ser / de. Maybe you need to specify
`@JsonProperty("caseInsensitiveTableNames")` over getter?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services