[GitHub] incubator-trafodion pull request #842: [TRAFODION-2353] support of the regex...

2016-11-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-trafodion/pull/842 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] incubator-trafodion pull request #842: [TRAFODION-2353] support of the regex...

2016-11-23 Thread traflm
Github user traflm commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/842#discussion_r89330936 --- Diff: core/sql/exp/exp_like.cpp --- @@ -477,6 +501,51 @@ ex_like_clause_base::processNulls(char *op_data[], CollHeap *heap, return

[GitHub] incubator-trafodion pull request #842: [TRAFODION-2353] support of the regex...

2016-11-23 Thread traflm
Github user traflm commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/842#discussion_r89322438 --- Diff: core/sql/regress/executor/EXPECTED002.SB --- @@ -6713,6 +6713,90 @@ s3100-90-40 >>drop table student; ---

[GitHub] incubator-trafodion pull request #842: [TRAFODION-2353] support of the regex...

2016-11-23 Thread traflm
Github user traflm commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/842#discussion_r89322215 --- Diff: core/sql/exp/exp_like.cpp --- @@ -477,6 +501,51 @@ ex_like_clause_base::processNulls(char *op_data[], CollHeap *heap, return

[GitHub] incubator-trafodion pull request #842: [TRAFODION-2353] support of the regex...

2016-11-22 Thread zellerh
Github user zellerh commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/842#discussion_r89219091 --- Diff: core/sql/optimizer/ItemExpr.cpp --- @@ -7922,10 +7924,46 @@ ItemExpr * InverseOrder::removeInverseOrder() } //

[GitHub] incubator-trafodion pull request #842: [TRAFODION-2353] support of the regex...

2016-11-22 Thread zellerh
Github user zellerh commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/842#discussion_r89219756 --- Diff: core/sql/regress/executor/EXPECTED002.SB --- @@ -6713,6 +6713,90 @@ s3100-90-40 >>drop table student; ---

[GitHub] incubator-trafodion pull request #842: [TRAFODION-2353] support of the regex...

2016-11-22 Thread DaveBirdsall
Github user DaveBirdsall commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/842#discussion_r89157253 --- Diff: core/sql/exp/exp_like.cpp --- @@ -477,6 +501,51 @@ ex_like_clause_base::processNulls(char *op_data[], CollHeap *heap,

[GitHub] incubator-trafodion pull request #842: [TRAFODION-2353] support of the regex...

2016-11-22 Thread DaveBirdsall
Github user DaveBirdsall commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/842#discussion_r89156823 --- Diff: core/sql/exp/exp_like.cpp --- @@ -477,6 +501,51 @@ ex_like_clause_base::processNulls(char *op_data[], CollHeap *heap,

[GitHub] incubator-trafodion pull request #842: [TRAFODION-2353] support of the regex...

2016-11-22 Thread DaveBirdsall
Github user DaveBirdsall commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/842#discussion_r89157897 --- Diff: core/sql/optimizer/BindItemExpr.cpp --- @@ -6451,7 +6452,13 @@ NABoolean Like::beginEndKeysApplied(CollHeap *heap)

[GitHub] incubator-trafodion pull request #842: [TRAFODION-2353] support of the regex...

2016-11-22 Thread DaveBirdsall
Github user DaveBirdsall commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/842#discussion_r89154958 --- Diff: core/sql/common/OperTypeEnum.h --- @@ -470,6 +470,10 @@ enum OperatorTypeEnum { ITM_OLAP_LEAD = 2176,

[GitHub] incubator-trafodion pull request #842: [TRAFODION-2353] support of the regex...

2016-11-22 Thread DaveBirdsall
Github user DaveBirdsall commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/842#discussion_r89156073 --- Diff: core/sql/exp/exp_like.cpp --- @@ -477,6 +501,51 @@ ex_like_clause_base::processNulls(char *op_data[], CollHeap *heap,

[GitHub] incubator-trafodion pull request #842: [TRAFODION-2353] support of the regex...

2016-11-22 Thread DaveBirdsall
Github user DaveBirdsall commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/842#discussion_r89157494 --- Diff: core/sql/exp/exp_like.cpp --- @@ -477,6 +501,51 @@ ex_like_clause_base::processNulls(char *op_data[], CollHeap *heap,

[GitHub] incubator-trafodion pull request #842: [TRAFODION-2353] support of the regex...

2016-11-19 Thread traflm
GitHub user traflm opened a pull request: https://github.com/apache/incubator-trafodion/pull/842 [TRAFODION-2353] support of the regexp operator This is a required feature to support basic Regular Expression in Trafodion. This work is following the design at