cgivre opened a new pull request, #2710: URL: https://github.com/apache/drill/pull/2710
# [DRILL-8360](https://issues.apache.org/jira/browse/DRILL-8360): Add Provided Schema for XML Reader ## Description This PR adds several enhancements to XML functionality: * Allows for provided schema for XML files * Allows for provided schema for XML API requests * Allows for XML to be used in post bodies. This PR deprecates the `xmlDataLevel` in the HTTP plugin in favor of a new `xmlOptions` class which has the data level. It does not remove the `xmlDataLevel` as that would be a breaking change. Also to note, at this time, the provided schema functionality only works with scalar data types. In the future we can add complex type support such as lists and maps. ## Documentation Updated appropriate README files. ## Testing Added various unit tests. -- 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