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")
|
@Config("druid.database.segmentTable")
|
||||||
public abstract String getSegmentTable();
|
public abstract String getSegmentTable();
|
||||||
|
|
||||||
@JsonProperty("validationQuery")
|
@JsonProperty("useValidationQuery")
|
||||||
@Config("druid.database.validation")
|
@Config("druid.database.validation")
|
||||||
public boolean isValidationQuery() {
|
public boolean isValidationQuery() {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue