[
https://issues.apache.org/jira/browse/IGNITE-3611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457869#comment-15457869
]
ASF GitHub Bot commented on IGNITE-3611:
----------------------------------------
GitHub user tledkov-gridgain opened a pull request:
https://github.com/apache/ignite/pull/1026
IGNITE-3611 IGFS: Merge listPaths and listFiles operations.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-3611
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/1026.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 #1026
----
commit dabd86c62e39eb983ef3d198c8b8ee96d2623c84
Author: Andrey Novikov <[email protected]>
Date: 2016-08-31T09:00:19Z
IGNITE-3811 Fixed query for merge with complex key on SQL Server.
commit 70e69cb7aa08c268b07920838add4a40e28fe25d
Author: isapego <[email protected]>
Date: 2016-08-31T13:47:11Z
IGNITE-3390: Added DSN configuration window.
commit a5decca9ff9ff12e7bf0a242c92069f12379c5d1
Author: tledkov-gridgain <[email protected]>
Date: 2016-09-02T08:02:24Z
IGNITE-3611 IGFS: Merge listPaths and listFiles operations.
----
> IGFS: Merge listPaths and listFiles operations.
> -----------------------------------------------
>
> Key: IGNITE-3611
> URL: https://issues.apache.org/jira/browse/IGNITE-3611
> Project: Ignite
> Issue Type: Task
> Components: IGFS
> Affects Versions: 1.6
> Reporter: Vladimir Ozerov
> Assignee: Taras Ledkov
> Priority: Minor
> Fix For: 1.8
>
>
> There are two methods doing almost the same thing:
> 1) {{listPath}} - return all paths in the directory;
> 2) {{listFiles}} - return all infos in the directory.
> But both operations achieve their goals through almost similar code pieces
> indicating obvious code duplication.
> We need to refactor both methods so that they use shared code base.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)