mirror of https://github.com/apache/druid.git
1) Fix bug with same name on multiple JSON properties
This commit is contained in:
parent
5f184ea978
commit
3c04f1635c
|
@ -42,7 +42,7 @@ public abstract class DbConnectorConfig
|
|||
@Config("druid.database.segmentTable")
|
||||
public abstract String getSegmentTable();
|
||||
|
||||
@JsonProperty("validationQuery")
|
||||
@JsonProperty("useValidationQuery")
|
||||
@Config("druid.database.validation")
|
||||
public boolean isValidationQuery() {
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue