cgivre opened a new pull request #2256: URL: https://github.com/apache/drill/pull/2256
# [DRILL-7951](https://issues.apache.org/jira/browse/DRILL-7951): Add Response Metadata Fields to HTTP Storage Plugin ## Description In many http calls, the response code can contain meaningful information, however these fields are not available unless the call results in an error. This PR adds four implicit metadata fields to the HTTP storage plugin which are: * `_response_code`: The HTTP response code. This field is returned as an INT. * _response_message`: The response message. * _response_protocol`: The response protocol. * `_response_url`: The actual URL that is sent to the API. As these are implicit fields, they will not appear in star queries. ## Documentation See above. ## Testing Added three additional 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. For queries about this service, please contact Infrastructure at: [email protected]
