You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2019/07/08 16:18:17 UTC

[trafodion] branch master updated (ff2abb8 -> d632b19)

This is an automated email from the ASF dual-hosted git repository.

dbirdsall pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafodion.git.


    from ff2abb8  Merge pull request #1846 from DaveBirdsall/Trafodion3314
     new 5517e98  Fix for missing code in update LOB path causing core when updating a NULL  value. Fix for SynthType.cpp where a change was lost in merge. Fix for HDFSWriteImmediate to handle close correctly and retry when the offset written to doesn't match initial calculation.
     new 2885e79  Fixed review comments
     new 1e07e06  Removed unneeded "close" call. (cherry picked from commit 61ebf82d337b609531b8cbe195021ce06469dc0b)
     new 927b938  Expected file
     new da6da2b  Review comments #2
     new 428e3a8  Review comments #3 (cherry picked from commit 3d51aa8deaae85daa937ed06d23533b9efd940e1)
     new d5c3e33  Merge fixes
     new 8b8745e  Regr fix
     new 8ba423f  Review fixes
     new da999f1  Erroneous newline removal
     new d632b19  Merge pull request #1845 from sandhyasun/sandhya_merge_lob_fixes

The 7173 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/sql/cli/Cli.cpp                               |  35 +-
 core/sql/cli/Cli.h                                 |   3 +-
 core/sql/cli/CliExtern.cpp                         |  61 ++-
 core/sql/cli/Globals.cpp                           |   3 +
 core/sql/cli/SQLCLIdev.h                           |   7 +-
 core/sql/cli/sqlcli.h                              |   2 +-
 core/sql/executor/HdfsClient_JNI.cpp               |   7 +-
 core/sql/executor/HdfsClient_JNI.h                 |   2 +-
 core/sql/exp/ExpLOB.cpp                            | 548 ++++++++++++++-------
 core/sql/exp/ExpLOBaccess.cpp                      |  82 ++-
 core/sql/generator/GenPreCode.cpp                  |  30 ++
 core/sql/optimizer/ItemCache.cpp                   |  65 ++-
 core/sql/optimizer/ItemFunc.h                      |  11 +-
 core/sql/optimizer/ObjectNames.h                   |  14 +-
 core/sql/optimizer/RelCache.cpp                    |  13 +-
 core/sql/optimizer/SynthType.cpp                   |   2 +
 core/sql/regress/executor/EXPECTED130              | 122 +++--
 core/sql/regress/executor/TEST130                  |   4 +
 core/sql/regress/seabase/EXPECTED025               |  20 +-
 core/sql/regress/seabase/TEST025                   |   4 +-
 .../main/java/org/trafodion/sql/HDFSClient.java    |  60 ++-
 core/sql/udrserv/UdrResultSet.cpp                  |   6 +-
 22 files changed, 762 insertions(+), 339 deletions(-)