GitHub user patrickstuedi opened a pull request:
https://github.com/apache/incubator-crail/pull/6
Applications can now choose on a per node basis (files, directories,
tables, key/value pairs, etc.) whether the node should be enumerable or
not. If a node is enumerable it will be included in an enumeration
operation of the parent node.
https://issues.apache.org/jira/browse/CRAIL-10
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/patrickstuedi/incubator-crail skipdir
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-crail/pull/6.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6
----
commit fd750e5b50245ac0987d6c2d7e8505d9fea1e885
Author: Patrick Stuedi <stu@...>
Date: 2018-02-23T14:44:49Z
Applications can now choose on a per node basis (files, directories,
tables, key/value pairs, etc.) whether the node should be enumerable or
not. If a node is enumerable it will be included in an enumeration
operation of the parent node.
https://issues.apache.org/jira/browse/CRAIL-10
----
---