GitHub user zlei929 opened a pull request:
https://github.com/apache/trafodion/pull/1642
[TRAFODION-3136] New featrue: improve on split_part builtin-function.
modified: core/sql/common/OperTypeEnum.h
modified: core/sql/exp/ExpPackDefs.cpp
modified: core/sql/exp/exp_clause.cpp
modified: core/sql/exp/exp_clause.h
modified: core/sql/exp/exp_function.cpp
modified: core/sql/exp/exp_function.h
modified: core/sql/generator/GenItemFunc.cpp
modified: core/sql/optimizer/ItemExpr.cpp
modified: core/sql/optimizer/ItemFunc.h
modified: core/sql/optimizer/SynthType.cpp
modified: core/sql/parser/ParKeyWords.cpp
modified: core/sql/parser/sqlparser.y
modified: core/sql/regress/core/EXPECTED038.LINUX
modified: core/sql/regress/core/TEST038
modified: docs/messages_guide/src/asciidoc/_chapters/binder_msgs.adoc
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zlei929/trafodion TRAFODION-3136
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1642.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 #1642
----
commit 2e26003eab6ba2cd2063ccd6ea55ba984ba5a5fb
Author: zlei929 <z_lei929@...>
Date: 2018-07-12T11:38:25Z
modified: core/sql/bin/SqlciErrors.txt
modified: core/sql/common/OperTypeEnum.h
modified: core/sql/exp/ExpPackDefs.cpp
modified: core/sql/exp/exp_clause.cpp
modified: core/sql/exp/exp_clause.h
modified: core/sql/exp/exp_function.cpp
modified: core/sql/exp/exp_function.h
modified: core/sql/generator/GenItemFunc.cpp
modified: core/sql/optimizer/ItemExpr.cpp
modified: core/sql/optimizer/ItemFunc.h
modified: core/sql/optimizer/SynthType.cpp
modified: core/sql/parser/ParKeyWords.cpp
modified: core/sql/parser/sqlparser.y
modified: core/sql/regress/core/EXPECTED038.LINUX
modified: core/sql/regress/core/TEST038
modified: docs/messages_guide/src/asciidoc/_chapters/binder_msgs.adoc
----
---