[GitHub] incubator-hawq pull request #906: HAWQ-964. Support for OR and NOT Logical O...

2016-10-12 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/906#discussion_r83094033 --- Diff: pxf/pxf-hive/src/main/java/org/apache/hawq/pxf/plugins/hive/HiveDataFragmenter.java --- @@ -404,24 +411,41 @@ private String

[GitHub] incubator-hawq pull request #957: HAWQ-963. PXF support for IS_NULL and IS_N...

2016-10-12 Thread denalex
GitHub user denalex opened a pull request: https://github.com/apache/incubator-hawq/pull/957 HAWQ-963. PXF support for IS_NULL and IS_NOT_NULL conditions You can merge this pull request into a Git repository by running: $ git pull https://github.com/denalex/incubator-hawq

[GitHub] incubator-hawq pull request #906: HAWQ-964. Support for OR and NOT Logical O...

2016-10-12 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/906#discussion_r83097391 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/FilterParser.java --- @@ -396,4 +387,12 @@ private Operation reverseOp(Operation

[GitHub] incubator-hawq pull request #906: HAWQ-964. Support for OR and NOT Logical O...

2016-10-12 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/906#discussion_r83098043 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/FilterParser.java --- @@ -396,4 +387,12 @@ private Operation reverseOp(Operation

[GitHub] incubator-hawq pull request #906: HAWQ-964. Support for OR and NOT Logical O...

2016-10-12 Thread denalex
Github user denalex commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/906#discussion_r83097860 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/FilterParser.java --- @@ -396,4 +387,12 @@ private Operation reverseOp(Operation

[GitHub] incubator-hawq pull request #906: HAWQ-964. Support for OR and NOT Logical O...

2016-10-12 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/906#discussion_r83092740 --- Diff: pxf/pxf-hive/src/main/java/org/apache/hawq/pxf/plugins/hive/HiveAccessor.java --- @@ -205,55 +217,138 @@ private boolean

[GitHub] incubator-hawq pull request #906: HAWQ-964. Support for OR and NOT Logical O...

2016-10-12 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/906#discussion_r83090586 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/BasicFilter.java --- @@ -0,0 +1,37 @@ +package org.apache.hawq.pxf.api; ---

[GitHub] incubator-hawq pull request #906: HAWQ-964. Support for OR and NOT Logical O...

2016-10-12 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/906#discussion_r83092607 --- Diff: pxf/pxf-hive/src/main/java/org/apache/hawq/pxf/plugins/hive/HiveAccessor.java --- @@ -205,55 +217,138 @@ private boolean

[GitHub] incubator-hawq pull request #906: HAWQ-964. Support for OR and NOT Logical O...

2016-10-12 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/906#discussion_r83097937 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/FilterParser.java --- @@ -396,4 +387,12 @@ private Operation reverseOp(Operation

[GitHub] incubator-hawq pull request #906: HAWQ-964. Support for OR and NOT Logical O...

2016-10-12 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/906#discussion_r83100399 --- Diff: pxf/pxf-hbase/src/main/java/org/apache/hawq/pxf/plugins/hbase/HBaseFilterBuilder.java --- @@ -52,12 +52,15 @@ */ public class

[GitHub] incubator-hawq pull request #906: HAWQ-964. Support for OR and NOT Logical O...

2016-10-12 Thread denalex
Github user denalex commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/906#discussion_r83099497 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/FilterParser.java --- @@ -396,4 +387,12 @@ private Operation reverseOp(Operation

[GitHub] incubator-hawq pull request #906: HAWQ-964. Support for OR and NOT Logical O...

2016-10-12 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/906#discussion_r83103736 --- Diff: pxf/pxf-hive/src/main/java/org/apache/hawq/pxf/plugins/hive/HiveDataFragmenter.java --- @@ -404,24 +411,41 @@ private String

[GitHub] incubator-hawq pull request #913: HAWQ-1048. Support OR, NOT logical operato...

2016-10-12 Thread sansanichfb
Github user sansanichfb closed the pull request at: https://github.com/apache/incubator-hawq/pull/913 --- 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-hawq pull request #958: HAWQ-1048. Support OR, NOT logical operato...

2016-10-12 Thread sansanichfb
GitHub user sansanichfb opened a pull request: https://github.com/apache/incubator-hawq/pull/958 HAWQ-1048. Support OR, NOT logical operators in the HAWQ/PXF Bridge. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-hawq pull request #958: HAWQ-1048. Support OR, NOT logical operato...

2016-10-12 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/958#discussion_r83108994 --- Diff: src/backend/access/external/pxffilters.c --- @@ -135,7 +135,40 @@ dbop_pxfop_map pxf_supported_opr[] = {1097 /* date_gt */,

[GitHub] incubator-hawq pull request #959: HAWQ-1084. Fixed memory allocation for tab...

2016-10-12 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/959#discussion_r83109712 --- Diff: src/bin/psql/describe.c --- @@ -4316,10 +4316,10 @@ describePxfTable(const char *profile, const char *pattern, bool verbose)

[GitHub] incubator-hawq pull request #957: HAWQ-963. PXF support for IS_NULL and IS_N...

2016-10-12 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/957#discussion_r83110772 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/FilterParser.java --- @@ -63,7 +63,9 @@ HDOP_EQ, HDOP_NE,

[GitHub] incubator-hawq pull request #957: HAWQ-963. PXF support for IS_NULL and IS_N...

2016-10-12 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/957#discussion_r83111298 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/FilterParser.java --- @@ -63,7 +63,9 @@ HDOP_EQ, HDOP_NE,

[GitHub] incubator-hawq pull request #959: HAWQ-1084. Fixed memory allocation for tab...

2016-10-12 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/959#discussion_r83110356 --- Diff: src/bin/psql/describe.c --- @@ -4316,10 +4316,10 @@ describePxfTable(const char *profile, const char *pattern, bool verbose)

[GitHub] incubator-hawq pull request #959: HAWQ-1084. Fixed memory allocation for tab...

2016-10-12 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/959#discussion_r83110560 --- Diff: src/bin/psql/describe.c --- @@ -4316,10 +4316,10 @@ describePxfTable(const char *profile, const char *pattern, bool verbose)

[jira] [Assigned] (HAWQ-1084) Sometimes psql crashes with "out of memory" on \d hcatalog.* command

2016-10-12 Thread Oleksandr Diachenko (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleksandr Diachenko reassigned HAWQ-1084: - Assignee: Oleksandr Diachenko (was: Vineet Goel) > Sometimes psql crashes with

[GitHub] incubator-hawq pull request #958: HAWQ-1048. Support OR, NOT logical operato...

2016-10-12 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/958#discussion_r83109402 --- Diff: src/backend/access/external/pxffilters.c --- @@ -626,16 +683,53 @@ char *serializePxfFilterQuals(List *quals) if

[GitHub] incubator-hawq pull request #958: HAWQ-1048. Support OR, NOT logical operato...

2016-10-12 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/958#discussion_r83111789 --- Diff: src/backend/access/external/pxffilters.c --- @@ -31,14 +31,14 @@ #include "utils/guc.h" #include "utils/lsyscache.h"

[GitHub] incubator-hawq pull request #959: HAWQ-1084. Fixed memory allocation for tab...

2016-10-12 Thread sansanichfb
GitHub user sansanichfb opened a pull request: https://github.com/apache/incubator-hawq/pull/959 HAWQ-1084. Fixed memory allocation for table printing. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sansanichfb/incubator-hawq

[GitHub] incubator-hawq issue #959: HAWQ-1084. Fixed memory allocation for table prin...

2016-10-12 Thread kavinderd
Github user kavinderd commented on the issue: https://github.com/apache/incubator-hawq/pull/959 +1 --- 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

[GitHub] incubator-hawq pull request #959: HAWQ-1084. Fixed memory allocation for tab...

2016-10-12 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/959#discussion_r83113822 --- Diff: src/bin/psql/describe.c --- @@ -4316,10 +4316,10 @@ describePxfTable(const char *profile, const char *pattern, bool verbose)

[GitHub] incubator-hawq pull request #906: HAWQ-964. Support for OR and NOT Logical O...

2016-10-12 Thread denalex
Github user denalex commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/906#discussion_r83044785 --- Diff: pxf/pxf-hive/src/main/java/org/apache/hawq/pxf/plugins/hive/HiveDataFragmenter.java --- @@ -405,24 +411,41 @@ private String

[jira] [Created] (HAWQ-1098) build error when "configure --prefix" with different directory without running "make distclean" previously

2016-10-12 Thread Ming LI (JIRA)
Ming LI created HAWQ-1098: - Summary: build error when "configure --prefix" with different directory without running "make distclean" previously Key: HAWQ-1098 URL: https://issues.apache.org/jira/browse/HAWQ-1098

[GitHub] incubator-hawq pull request #960: HAWQ-1098. Fixed building error when "conf...

2016-10-12 Thread liming01
GitHub user liming01 opened a pull request: https://github.com/apache/incubator-hawq/pull/960 HAWQ-1098. Fixed building error when "configure --prefix=" different … …directory without running "make distclean" You can merge this pull request into a Git repository by running:

[jira] [Assigned] (HAWQ-1098) build error when "configure --prefix" with different directory without running "make distclean" previously

2016-10-12 Thread Ming LI (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ming LI reassigned HAWQ-1098: - Assignee: Ming LI (was: Lei Chang) > build error when "configure --prefix" with different directory