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 2021/10/20 17:58:39 UTC

[drill] branch master updated (c620af7 -> f4ea90c)

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 c620af7  DRILL-8014: Bump Calcite to 1.21.0r5 (#2341)
     add f4ea90c  DRILL-8011: Add Dropbox File System to Drill (#2337)

No new revisions were added by this update.

Summary of changes:
 docs/dev/Dropbox.md                                |  59 +++++
 exec/java-exec/pom.xml                             |   5 +
 .../apache/drill/exec/store/ConnectorHandle.java   |   4 +
 .../drill/exec/store/dfs/DropboxFileSystem.java    | 280 +++++++++++++++++++++
 .../drill/exec/store/dfs/FileSystemPlugin.java     |   1 +
 .../main/resources/bootstrap-storage-plugins.json  |  42 ++++
 .../drill/exec/store/DropboxFileSystemTest.java    | 194 ++++++++++++++
 .../resources/dropboxTestFiles/csv/hdf-test.csvh   | 101 ++++++++
 .../test/resources/dropboxTestFiles/http-pcap.json |   1 +
 exec/jdbc-all/pom.xml                              |   6 +
 10 files changed, 693 insertions(+)
 create mode 100644 docs/dev/Dropbox.md
 create mode 100644 exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/DropboxFileSystem.java
 create mode 100644 exec/java-exec/src/test/java/org/apache/drill/exec/store/DropboxFileSystemTest.java
 create mode 100644 exec/java-exec/src/test/resources/dropboxTestFiles/csv/hdf-test.csvh
 create mode 100644 exec/java-exec/src/test/resources/dropboxTestFiles/http-pcap.json