This is an automated email from the ASF dual-hosted git repository.
cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new 275bd60aa1 DRILL-8207: Fix typo in JDBC config (#2530)
275bd60aa1 is described below
commit 275bd60aa16e7eb1905a0bfc0b4bb6a571a040e7
Author: Charles S. Givre <[email protected]>
AuthorDate: Thu May 5 17:33:40 2022 -0400
DRILL-8207: Fix typo in JDBC config (#2530)
---
.../main/java/org/apache/drill/exec/store/jdbc/JdbcStorageConfig.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/contrib/storage-jdbc/src/main/java/org/apache/drill/exec/store/jdbc/JdbcStorageConfig.java
b/contrib/storage-jdbc/src/main/java/org/apache/drill/exec/store/jdbc/JdbcStorageConfig.java
index b8d915c49e..55753a28fa 100644
---
a/contrib/storage-jdbc/src/main/java/org/apache/drill/exec/store/jdbc/JdbcStorageConfig.java
+++
b/contrib/storage-jdbc/src/main/java/org/apache/drill/exec/store/jdbc/JdbcStorageConfig.java
@@ -91,7 +91,7 @@ public class JdbcStorageConfig extends
CredentialedStoragePluginConfig {
this.writerBatchSize = that.writerBatchSize;
}
- @JsonProperty("userName")
+ @JsonProperty("username")
public String getUsername() {
if (!directCredentials) {
return null;