You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by lewismc <gi...@git.apache.org> on 2017/12/29 23:47:21 UTC

[GitHub] gora pull request #125: GORA-529 Remove org/apache/gora/avro/mapreduce/FsInp...

GitHub user lewismc opened a pull request:

    https://github.com/apache/gora/pull/125

    GORA-529 Remove org/apache/gora/avro/mapreduce/FsInput.java

    This issue addresses https://issues.apache.org/jira/browse/GORA-529

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lewismc/gora GORA-529

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/gora/pull/125.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 #125
    
----
commit f028a548b933c73c85c1f15a4900fe93fc1c4908
Author: Lewis John McGibbney <le...@...>
Date:   2017-12-29T23:47:51Z

    GORA-529 Remove org/apache/gora/avro/mapreduce/FsInput.java

----


---

[GitHub] gora issue #125: GORA-529 Remove org/apache/gora/avro/mapreduce/FsInput.java

Posted by renato2099 <gi...@git.apache.org>.
Github user renato2099 commented on the issue:

    https://github.com/apache/gora/pull/125
  
    nice one @lewismc ! can I ask how you spotted this?


---

[GitHub] gora pull request #125: GORA-529 Remove org/apache/gora/avro/mapreduce/FsInp...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/gora/pull/125


---

[GitHub] gora issue #125: GORA-529 Remove org/apache/gora/avro/mapreduce/FsInput.java

Posted by lewismc <gi...@git.apache.org>.
Github user lewismc commented on the issue:

    https://github.com/apache/gora/pull/125
  
    I literally was just looking through the code and saw the comment. I then went over to the Avro source and basically undertook a diff of the Class and methods.


---

[GitHub] gora issue #125: GORA-529 Remove org/apache/gora/avro/mapreduce/FsInput.java

Posted by renato2099 <gi...@git.apache.org>.
Github user renato2099 commented on the issue:

    https://github.com/apache/gora/pull/125
  
    👍 thanks @lewismc 


---