[2/4] trafodion git commit: review changes from PR 1502, plus jenkins compGeneral crash fix

2018-04-06 Thread ansharma
review changes from PR 1502, plus jenkins compGeneral crash fix Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/bad90592 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/bad90592 Diff:

[4/4] trafodion git commit: PR-1507 Changes after PR 1502 review, plus jenkins compGeneral crash fix

2018-04-06 Thread ansharma
PR-1507 Changes after PR 1502 review, plus jenkins compGeneral crash fix Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/6ca1d0f1 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/6ca1d0f1 Diff:

[3/4] trafodion git commit: Merge remote branch 'origin/master' into ansharma_trafixes_deliver2_br

2018-04-06 Thread ansharma
Merge remote branch 'origin/master' into ansharma_trafixes_deliver2_br Conflicts: core/sql/executor/ExExeUtilGet.cpp Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/f94a381f Tree:

[1/4] trafodion git commit: Merge remote branch 'origin/master' into ansharma_trafixes_deliver2_br

2018-04-06 Thread ansharma
Repository: trafodion Updated Branches: refs/heads/master 995e8a090 -> 6ca1d0f14 Merge remote branch 'origin/master' into ansharma_trafixes_deliver2_br Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/2167123e

[4/6] trafodion git commit: Merge branch 'master' of git://git.apache.org/trafodion into TRAFODION-2335

2018-04-06 Thread liuming
Merge branch 'master' of git://git.apache.org/trafodion into TRAFODION-2335 Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/007dcc68 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/007dcc68 Diff:

[1/6] trafodion git commit: [TRAFODION-2335] support some functions as column default, part1 commit

2018-04-06 Thread liuming
Repository: trafodion Updated Branches: refs/heads/master ee2cff973 -> 995e8a090 [TRAFODION-2335] support some functions as column default, part1 commit Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/6b800c34

[2/6] trafodion git commit: update the regression test and various fixes

2018-04-06 Thread liuming
update the regression test and various fixes Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/5f58cd95 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/5f58cd95 Diff:

[6/6] trafodion git commit: merge [TRAFODION-2335]

2018-04-06 Thread liuming
merge [TRAFODION-2335] Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/995e8a09 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/995e8a09 Diff:

[3/6] trafodion git commit: add upsert test cases

2018-04-06 Thread liuming
add upsert test cases Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/27952401 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/27952401 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/27952401

[5/6] trafodion git commit: take care of merge value

2018-04-06 Thread liuming
take care of merge value Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/fce62f89 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/fce62f89 Diff:

[1/7] trafodion git commit: [TRAFODION-3009] Streamline error handling in Executor utility commands

2018-04-06 Thread selva
Repository: trafodion Updated Branches: refs/heads/master 052f7faa4 -> ee2cff973 http://git-wip-us.apache.org/repos/asf/trafodion/blob/1f44166c/core/sql/executor/HBaseClient_JNI.cpp -- diff --git

[7/7] trafodion git commit: Merge PR 1504 [TRAFODION-3009] Streamline error handling in Executor utility commands

2018-04-06 Thread selva
Merge PR 1504 [TRAFODION-3009] Streamline error handling in Executor utility commands Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/ee2cff97 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/ee2cff97

[2/7] trafodion git commit: [TRAFODION-3009] Streamline error handling in Executor utility commands

2018-04-06 Thread selva
[TRAFODION-3009] Streamline error handling in Executor utility commands ComDiagsArea is now allocated only when there are warnings or error in all the utility commands except load. In case of load, the ComDiagsArea is allocated in advance to report error rows count. This requires all the

[3/7] trafodion git commit: [TRAFODION-3009] Streamline error handling in Executor utility commands

2018-04-06 Thread selva
[TRAFODION-3009] Streamline error handling in Executor utility commands Removed the need to allocate ComDiagsArea in advance for load command by refactoring the ExeCliInterface::executeImmediate and ExeCliInterface::executeImmediateExec methods. Changes as per the review comments are also made

[6/7] trafodion git commit: Changes to report the error -1571 and -1572 correctly.

2018-04-06 Thread selva
Changes to report the error -1571 and -1572 correctly. Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/c9b09aab Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/c9b09aab Diff:

[5/7] trafodion git commit: Fix for seabase/TEST002 failure with commit 5623b7df82adc37e15d8cfe25c39eb33f506b333

2018-04-06 Thread selva
Fix for seabase/TEST002 failure with commit 5623b7df82adc37e15d8cfe25c39eb33f506b333 Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/3b54b364 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/3b54b364 Diff:

[4/7] trafodion git commit: [TRAFODION-3009] Streamline error handling in Executor utility commands

2018-04-06 Thread selva
[TRAFODION-3009] Streamline error handling in Executor utility commands Fix for hive/TEST007 failure Merge branch 'master' of github.com:apache/trafodion into trafodion-3009_1 Conflicts: core/sql/executor/ExExeUtilGet.cpp Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo