[GitHub] trafodion pull request #1747: [TRAFODION-3235] add div and trim function for...

2018-11-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafodion/pull/1747 ---

[GitHub] trafodion pull request #1747: [TRAFODION-3235] add div and trim function for...

2018-11-19 Thread SuJinpei
Github user SuJinpei commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1747#discussion_r234884122 --- Diff: core/conn/odb/src/odb.c --- @@ -14685,6 +14743,56 @@ static void addGlobalPointer(void *ptr) globalPointers[nGlobalPointers++] = ptr;

[GitHub] trafodion pull request #1747: [TRAFODION-3235] add div and trim function for...

2018-11-19 Thread SuJinpei
Github user SuJinpei commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1747#discussion_r234883979 --- Diff: core/conn/odb/src/odb.c --- @@ -10076,6 +10114,7 @@ static int Oloadbuff(int eid) clock_gettime(CLOCK_MONOTONIC, &tsp1); #end

[GitHub] trafodion pull request #1747: [TRAFODION-3235] add div and trim function for...

2018-11-19 Thread SuJinpei
Github user SuJinpei commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1747#discussion_r234883931 --- Diff: core/conn/odb/src/odb.c --- @@ -6246,7 +6248,8 @@ static void Oload(int eid) trt[16]; /* translit to array */

[GitHub] trafodion pull request #1747: [TRAFODION-3235] add div and trim function for...

2018-11-19 Thread DaveBirdsall
Github user DaveBirdsall commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1747#discussion_r234716204 --- Diff: core/conn/odb/src/odb.c --- @@ -10076,6 +10114,7 @@ static int Oloadbuff(int eid) clock_gettime(CLOCK_MONOTONIC, &tsp1);

[GitHub] trafodion pull request #1747: [TRAFODION-3235] add div and trim function for...

2018-11-19 Thread DaveBirdsall
Github user DaveBirdsall commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1747#discussion_r234715228 --- Diff: core/conn/odb/src/odb.c --- @@ -6246,7 +6248,8 @@ static void Oload(int eid) trt[16]; /* translit to array */

[GitHub] trafodion pull request #1747: [TRAFODION-3235] add div and trim function for...

2018-11-19 Thread DaveBirdsall
Github user DaveBirdsall commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1747#discussion_r234717573 --- Diff: core/conn/odb/src/odb.c --- @@ -14685,6 +14743,56 @@ static void addGlobalPointer(void *ptr) globalPointers[nGlobalPointers++] = p

[GitHub] trafodion pull request #1747: [TRAFODION-3235] add div and trim function for...

2018-11-14 Thread SuJinpei
GitHub user SuJinpei opened a pull request: https://github.com/apache/trafodion/pull/1747 [TRAFODION-3235] add div and trim function for map feature, improve bad file print function. Some customer asks for this feature and these feature has been tested. You can merge this pull requ