vvysotskyi opened a new pull request #2300: URL: https://github.com/apache/drill/pull/2300
# [DRILL-7990](https://issues.apache.org/jira/browse/DRILL-7990): Unable to disable requireTail in HTTP storage plugin API ## Description This issue is caused by the conflict of `@JsonInclude(JsonInclude.Include.NON_DEFAULT)` annotation and default behavior of `HttpApiConfig` to set `requireTail` to `true` when value is `null` (or absent). Fixed by including the `requireTail` field explicitly. Fixed backward compatibility for the credentials provider. ## Documentation NA ## Testing Added UT, checked manually. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
