You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by sandhyasun <gi...@git.apache.org> on 2018/08/30 21:55:59 UTC

[GitHub] trafodion pull request #1708: Fix for [TRAFODION-3192] UNION ALL up and down...

GitHub user sandhyasun opened a pull request:

    https://github.com/apache/trafodion/pull/1708

    Fix for [TRAFODION-3192] UNION ALL up and down queue size default value too small, or not dynamically adjusted

    Fix for queue sizes for Union, Transpose and Sequence operators.

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

    $ git pull https://github.com/sandhyasun/trafodion sandhyas_queue_work

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

    https://github.com/apache/trafodion/pull/1708.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 #1708
    
----
commit a111065fc659d1b82233cd78607820f3a8bd74c6
Author: Sandhya Sundaresan <sa...@...>
Date:   2018-08-29T04:33:10Z

    Changes to update queue sizes and add dynamic queue resizing to some missing operators.
    (cherry picked from commit f26c0f448a6adf5cdefddc74c4ba840b030e8cf5)
    
    Conflicts:
    
    	core/sql/generator/Generator.cpp
    	core/sql/generator/Generator.h
    	core/sql/sqlcomp/nadefaults.cpp

commit 45207a0579cd863757a0cbd3c7bdc0b25da6442e
Author: Sandhya Sundaresan <sa...@...>
Date:   2018-08-30T21:49:54Z

    Fix to remove minmax unused methods.

----


---

[GitHub] trafodion pull request #1708: Fix for [TRAFODION-3192] UNION ALL up and down...

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

    https://github.com/apache/trafodion/pull/1708


---