[GitHub] trafodion pull request #1264: [TRAFODION-2772] - retrieve a value from Json ...

2018-02-04 Thread andyyangcn
Github user andyyangcn commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1264#discussion_r165899553 --- Diff: core/sql/exp/exp_function.cpp --- @@ -6503,8 +6503,19 @@ ex_expr::exp_return_type ex_function_json_object_field_text::eval(char *op_data

[GitHub] trafodion pull request #1264: [TRAFODION-2772] - retrieve a value from Json ...

2018-02-04 Thread andyyangcn
Github user andyyangcn commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1264#discussion_r165899916 --- Diff: core/sql/exp/exp_function.cpp --- @@ -6503,8 +6503,19 @@ ex_expr::exp_return_type ex_function_json_object_field_text::eval(char *op_data

[GitHub] trafodion pull request #1264: [TRAFODION-2772] - retrieve a value from Json ...

2018-02-05 Thread andyyangcn
Github user andyyangcn closed the pull request at: https://github.com/apache/trafodion/pull/1264 ---

[GitHub] trafodion pull request #1439: [TRAFODION-2772] - retrieve a value from Json ...

2018-02-05 Thread andyyangcn
GitHub user andyyangcn opened a pull request: https://github.com/apache/trafodion/pull/1439 [TRAFODION-2772] - retrieve a value from Json string got an error You can merge this pull request into a Git repository by running: $ git pull https://github.com/andyyangcn/incubator

[GitHub] trafodion pull request #1439: [TRAFODION-2772] - retrieve a value from Json ...

2018-02-06 Thread andyyangcn
Github user andyyangcn commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1439#discussion_r166245892 --- Diff: core/sql/exp/exp_function.cpp --- @@ -6503,8 +6503,15 @@ ex_expr::exp_return_type ex_function_json_object_field_text::eval(char *op_data

[GitHub] trafodion pull request #1492: [TRAFODION-3007] update statistics report erro...

2018-03-21 Thread andyyangcn
GitHub user andyyangcn opened a pull request: https://github.com/apache/trafodion/pull/1492 [TRAFODION-3007] update statistics report error on volatile table You can merge this pull request into a Git repository by running: $ git pull https://github.com/andyyangcn/incubator

[GitHub] trafodion pull request #1492: [TRAFODION-3007] update statistics report erro...

2018-03-22 Thread andyyangcn
Github user andyyangcn commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1492#discussion_r176620828 --- Diff: core/sql/ustat/hs_parser.cpp --- @@ -243,13 +243,6 @@ Lng32 AddTableName( const hs_table_type type } else

[GitHub] trafodion pull request #1496: [JIRA 3008] support a new TMUDF to generate a ...

2018-03-23 Thread andyyangcn
GitHub user andyyangcn opened a pull request: https://github.com/apache/trafodion/pull/1496 [JIRA 3008] support a new TMUDF to generate a series of Number You can merge this pull request into a Git repository by running: $ git pull https://github.com/andyyangcn/incubator

[GitHub] trafodion pull request #1519: [TRAFODION 3024] function lower() return null ...

2018-04-16 Thread andyyangcn
GitHub user andyyangcn opened a pull request: https://github.com/apache/trafodion/pull/1519 [TRAFODION 3024] function lower() return null for varchar column when… … pcode is disabled You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] trafodion pull request #1543: [TRAFODION 3047] Cannot get right result using...

2018-04-26 Thread andyyangcn
GitHub user andyyangcn opened a pull request: https://github.com/apache/trafodion/pull/1543 [TRAFODION 3047] Cannot get right result using prepare statement with… … dynamic parameters You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] trafodion pull request #1543: [TRAFODION 3047] Cannot get right result using...

2018-05-02 Thread andyyangcn
Github user andyyangcn commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1543#discussion_r185411453 --- Diff: core/sql/optimizer/RelExpr.cpp --- @@ -7880,11 +7880,17 @@ NABoolean GroupByAgg::tryToPullUpPredicatesInPreCodeGen( else

[GitHub] trafodion pull request #1543: [TRAFODION 3047] Cannot get right result using...

2018-05-07 Thread andyyangcn
Github user andyyangcn commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1543#discussion_r186602771 --- Diff: core/sql/optimizer/RelExpr.cpp --- @@ -7880,11 +7880,17 @@ NABoolean GroupByAgg::tryToPullUpPredicatesInPreCodeGen( else

[GitHub] trafodion pull request #1543: [TRAFODION 3047] Cannot get right result using...

2018-05-08 Thread andyyangcn
Github user andyyangcn commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1543#discussion_r186910912 --- Diff: core/sql/optimizer/RelExpr.cpp --- @@ -7880,11 +7880,17 @@ NABoolean GroupByAgg::tryToPullUpPredicatesInPreCodeGen( else

[GitHub] trafodion pull request #1567: [TRAFODION-3072] Make the primary key have the...

2018-05-16 Thread andyyangcn
GitHub user andyyangcn opened a pull request: https://github.com/apache/trafodion/pull/1567 [TRAFODION-3072] Make the primary key have the default not null attri… …bute. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] trafodion pull request #1567: [TRAFODION-3072] Make the primary key have the...

2018-05-17 Thread andyyangcn
Github user andyyangcn closed the pull request at: https://github.com/apache/trafodion/pull/1567 ---

[GitHub] trafodion pull request #1585: [TRAFODION 3091] Unnamed Dynamic parameter doe...

2018-05-30 Thread andyyangcn
GitHub user andyyangcn opened a pull request: https://github.com/apache/trafodion/pull/1585 [TRAFODION 3091] Unnamed Dynamic parameter doesn't work in WITH state… …ment You can merge this pull request into a Git repository by running: $ git pull https://githu

[GitHub] trafodion pull request #1594: [TRAFODION 3091] revert the change provisional...

2018-06-06 Thread andyyangcn
GitHub user andyyangcn opened a pull request: https://github.com/apache/trafodion/pull/1594 [TRAFODION 3091] revert the change provisionally for test case issue. You can merge this pull request into a Git repository by running: $ git pull https://github.com/andyyangcn

[GitHub] trafodion pull request #1713: [Trafodion 3202] Case when used in the sorting...

2018-09-11 Thread andyyangcn
GitHub user andyyangcn opened a pull request: https://github.com/apache/trafodion/pull/1713 [Trafodion 3202] Case when used in the sorting sequence of paging fun… …ctions. execution error You can merge this pull request into a Git repository by running: $ git pull https