cgivre commented on code in PR #2585: URL: https://github.com/apache/drill/pull/2585#discussion_r928194222
########## logical/src/main/java/org/apache/drill/common/logical/StoragePluginConfig.java: ########## @@ -33,6 +34,7 @@ @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "type") @JsonInclude(JsonInclude.Include.NON_DEFAULT) +@JsonFormat(with = JsonFormat.Feature.ACCEPT_CASE_INSENSITIVE_PROPERTIES) Review Comment: I can add this to the generic FormatPlugin super class. Should that be a separate PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org