vvysotskyi commented on a change in pull request #1542: DRILL-6850: JDBC
integration tests failures
URL: https://github.com/apache/drill/pull/1542#discussion_r234626481
##########
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:
Thanks for pointing this. I have added
`@JsonProperty("caseInsensitiveTableNames")` and added a test
`TestJdbcPluginWithDerbyIT.testJdbcStoragePluginSerDe()` to verify that all
storage plugin configs are stored correctly into the physical plan.
----------------------------------------------------------------
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