[
https://issues.apache.org/jira/browse/TAJO-1927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14956590#comment-14956590
]
ASF GitHub Bot commented on TAJO-1927:
--------------------------------------
GitHub user blrunner opened a pull request:
https://github.com/apache/tajo/pull/825
TAJO-1927: PartitionedTableRewriter should use a local variable to remember
the volume of partitions.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/blrunner/tajo TAJO-1927
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/825.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 #825
----
commit 2f7d2442d025d226b17b6b512050d39ebd339c99
Author: JaeHwa Jung <[email protected]>
Date: 2015-10-14T09:42:20Z
TAJO-1927: PartitionedTableRewriter should use a local variable to remember
the volume of partitions.
----
> PartitionedTableRewriter should use a local variable to remember the volume
> of partitions.
> ------------------------------------------------------------------------------------------
>
> Key: TAJO-1927
> URL: https://issues.apache.org/jira/browse/TAJO-1927
> Project: Tajo
> Issue Type: Sub-task
> Components: Planner/Optimizer
> Affects Versions: 0.12.0
> Reporter: Jaehwa Jung
> Assignee: Jaehwa Jung
> Fix For: 0.12.0
>
>
> Currently, PartitionedTableRewriter use a member variable to remember the
> volume of partitions. But the volume of partitions should be a local variable
> because rewriter would be used by many nodes concurrently.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)