[GitHub] orc pull request #154: ORC-228 Make MemoryManagerImpl.ROWS_BETWEEN_CHECKS co...

2017-08-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/orc/pull/154 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] orc pull request #154: ORC-228 Make MemoryManagerImpl.ROWS_BETWEEN_CHECKS co...

2017-08-11 Thread prasanthj
Github user prasanthj commented on a diff in the pull request: https://github.com/apache/orc/pull/154#discussion_r132805602 --- Diff: java/core/src/java/org/apache/orc/impl/MemoryManagerImpl.java --- @@ -81,6 +81,7 @@ public Thread getOwner() { */ public

[GitHub] orc pull request #154: ORC-228 Make MemoryManagerImpl.ROWS_BETWEEN_CHECKS co...

2017-08-11 Thread ekoifman
Github user ekoifman commented on a diff in the pull request: https://github.com/apache/orc/pull/154#discussion_r132804794 --- Diff: java/core/src/java/org/apache/orc/impl/MemoryManagerImpl.java --- @@ -81,6 +81,7 @@ public Thread getOwner() { */ public

[GitHub] orc pull request #154: ORC-228 Make MemoryManagerImpl.ROWS_BETWEEN_CHECKS co...

2017-08-11 Thread prasanthj
Github user prasanthj commented on a diff in the pull request: https://github.com/apache/orc/pull/154#discussion_r132804639 --- Diff: java/core/src/java/org/apache/orc/impl/MemoryManagerImpl.java --- @@ -81,6 +81,7 @@ public Thread getOwner() { */ public

[GitHub] orc pull request #154: ORC-228 Make MemoryManagerImpl.ROWS_BETWEEN_CHECKS co...

2017-08-11 Thread ekoifman
GitHub user ekoifman opened a pull request: https://github.com/apache/orc/pull/154 ORC-228 Make MemoryManagerImpl.ROWS_BETWEEN_CHECKS configurable You can merge this pull request into a Git repository by running: $ git pull https://github.com/ekoifman/orc ORC-228