You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by cg...@apache.org on 2020/12/30 13:25:42 UTC

[drill] branch master updated (8f892b3 -> 8ceefd9)

This is an automated email from the ASF dual-hosted git repository.

cgivre pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.


    from 8f892b3  DRILL-7823 - Add XML Format Plugin
     add 8ceefd9  DRILL-7830: Add XML as Supported Format for HTTP Plugin

No new revisions were added by this update.

Summary of changes:
 .../org/apache/drill/exec/store/xml/XMLUtils.java  |   6 +-
 contrib/storage-http/README.md                     |  10 +-
 contrib/storage-http/pom.xml                       |   8 +-
 .../drill/exec/store/http/HttpApiConfig.java       |  21 +-
 .../exec/store/http/HttpScanBatchCreator.java      |   5 +-
 .../drill/exec/store/http/HttpXMLBatchReader.java  | 105 +++++++
 .../drill/exec/store/http/TestHttpPlugin.java      |  53 +++-
 .../src/test/resources/data/response.xml           | 309 +++++++++++++++++++++
 8 files changed, 500 insertions(+), 17 deletions(-)
 create mode 100644 contrib/storage-http/src/main/java/org/apache/drill/exec/store/http/HttpXMLBatchReader.java
 create mode 100644 contrib/storage-http/src/test/resources/data/response.xml