[GitHub] incubator-trafodion pull request #1250: [TRAFODION-2758] Sort operator that ...

2017-09-29 Thread sureshsubbiah
GitHub user sureshsubbiah opened a pull request:

https://github.com/apache/incubator-trafodion/pull/1250

[TRAFODION-2758] Sort operator that uses TopN sort at runtime is not …

…accurately determined at compile time

This commit includes fixes for these three issues. Please see JIRA for a 
description of each fix.

[TRAFODION-2758] Sort operator that uses TopN sort at runtime is not 
accurately determined at compile time
[TRAFODION-2759] Use of rowset with large memory leads to various errors at 
runtime
[TRAFODION-2760] hbase cache blocks is OFF for broad table with narrow index

[TRAFODION-2758]
comexe/ComTdbSort.cpp
comexe/ComTdbSort.h
executor/ex_sort.cpp
generator/GenExplain.cpp
generator/GenPreCode.cpp
generator/GenRelMisc.cpp
optimizer/RelExpr.cpp
[TRAFODION-2759]
bin/SqlciErrors.txt
generator/GenRelPackedRows.cpp
sqlcomp/DefaultConstants.h
sqlcomp/nadefaults.cpp
[TRAFODION-2760]
generator/GenRelScan.cpp

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

$ git pull https://github.com/sureshsubbiah/incubator-trafodion misc2

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

https://github.com/apache/incubator-trafodion/pull/1250.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 #1250


commit ab59ee768d51edfa80a0e258ca58c300273e658b
Author: Suresh Subbiah 
Date:   2017-09-30T03:36:52Z

[TRAFODION-2758] Sort operator that uses TopN sort at runtime is not 
accurately determined at compile time

This commit includes fixes for these three issues. Please see JIRA for a 
description of each fix.

[TRAFODION-2758] Sort operator that uses TopN sort at runtime is not 
accurately determined at compile time
[TRAFODION-2759] Use of rowset with large memory leads to various errors at 
runtime
[TRAFODION-2760] hbase cache blocks is OFF for broad table with narrow index

[TRAFODION-2758]
comexe/ComTdbSort.cpp
comexe/ComTdbSort.h
executor/ex_sort.cpp
generator/GenExplain.cpp
generator/GenPreCode.cpp
generator/GenRelMisc.cpp
optimizer/RelExpr.cpp
[TRAFODION-2759]
bin/SqlciErrors.txt
generator/GenRelPackedRows.cpp
sqlcomp/DefaultConstants.h
sqlcomp/nadefaults.cpp
[TRAFODION-2760]
generator/GenRelScan.cpp




---


[GitHub] incubator-trafodion pull request #1249: [TRAFODION-2757] Fix bug JDBC execut...

2017-09-29 Thread CoderSong2015
GitHub user CoderSong2015 opened a pull request:

https://github.com/apache/incubator-trafodion/pull/1249

[TRAFODION-2757] Fix bug JDBC executeQuery() throws exception on the "with 
... select" stmt

The jdbcT4 driver can't check the sql statement type succefully if the 
beginning of the query is 'with ... select'. 


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

$ git pull https://github.com/CoderSong2015/incubator-trafodion master

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

https://github.com/apache/incubator-trafodion/pull/1249.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 #1249


commit fdbb5dff3df8730243a752238727296d033065b9
Author: CoderSong2015 <403438...@qq.com>
Date:   2017-09-30T02:30:46Z

[TRAFODION-2757] Fix bug JDBC executeQuery() throws exception on the "with 
... select" stmt




---


[GitHub] incubator-trafodion pull request #1245: [TRAFODION-2754] Get statistics core...

2017-09-29 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-trafodion/pull/1245


---