You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@crail.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/23 14:52:00 UTC

[jira] [Commented] (CRAIL-10) Allow nodes in Crail to be non-enumerable.

    [ https://issues.apache.org/jira/browse/CRAIL-10?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16374437#comment-16374437 ] 

ASF GitHub Bot commented on CRAIL-10:
-------------------------------------

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 <st...@...>
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

----


> Allow nodes in Crail to be non-enumerable.
> ------------------------------------------
>
>                 Key: CRAIL-10
>                 URL: https://issues.apache.org/jira/browse/CRAIL-10
>             Project: Apache Crail
>          Issue Type: Improvement
>            Reporter: Patrick Stuedi
>            Priority: Major
>
> Non enumerable nodes will not be listed in a enumerate operation of the parent node. Creating non-enumerable nodes will be faster than creating enumerable nodes as the directory record does not need to be written.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)