You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by dz...@apache.org on 2022/10/08 04:41:08 UTC

[drill] branch master updated: [MINOR UPDATE]: HDF5 README lists 4 conf. vars. while it says 3. (#2672)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2da240b300 [MINOR UPDATE]: HDF5 README lists 4 conf. vars. while it says 3. (#2672)
2da240b300 is described below

commit 2da240b300174832a11254c439bdefca42efe20b
Author: H. Joe Lee <hy...@hdfgroup.org>
AuthorDate: Fri Oct 7 23:41:01 2022 -0500

    [MINOR UPDATE]: HDF5 README lists 4 conf. vars. while it says 3. (#2672)
---
 contrib/format-hdf5/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/format-hdf5/README.md b/contrib/format-hdf5/README.md
index 58d97f47f8..9964ecdea7 100644
--- a/contrib/format-hdf5/README.md
+++ b/contrib/format-hdf5/README.md
@@ -6,7 +6,7 @@ Per wikipedia, Hierarchical Data Format (HDF) is a set of file formats designed
 This plugin enables Apache Drill to query HDF5 files.
 
 ## Configuration
-There are three configuration variables in this plugin:
+There are four configuration variables in this plugin:
 * `type`: This should be set to `hdf5`.
 * `extensions`: This is a list of the file extensions used to identify HDF5 files. Typically HDF5 uses `.h5` or `.hdf5` as file extensions. This defaults to `.h5`.
 * `defaultPath`: The default path defines which path Drill will query for data. Typically this should be left as `null` in the configuration file. Its usage is explained below.