[jira] [Updated] (HAWQ-1597) Implement Runtime Filter for Hash Join

2018-05-15 Thread Lin Wen (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Wen updated HAWQ-1597: -- Attachment: HAWQ Runtime Filter Design.pdf > Implement Runtime Filter for Hash Join >

[jira] [Commented] (HAWQ-1597) Implement Runtime Filter for Hash Join

2018-05-15 Thread Lin Wen (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16475399#comment-16475399 ] Lin Wen commented on HAWQ-1597: --- Update design doc. add specification about expressions on Join filters >

[jira] [Resolved] (HAWQ-1608) Implement Printing Runtime Filter Information For "explain analyze"

2018-05-15 Thread Lin Wen (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Wen resolved HAWQ-1608. --- Resolution: Fixed Fix Version/s: 2.4.0.0-incubating > Implement Printing Runtime Filter Information For

[GitHub] incubator-hawq issue #1335: Add setting for cloudera manager

2018-05-15 Thread shivzone
Github user shivzone commented on the issue: https://github.com/apache/incubator-hawq/pull/1335 @yk-st any update on this ? ---

[GitHub] incubator-hawq issue #1357: Changes to enable reuse of PXF Parquet classes, ...

2018-05-15 Thread shivzone
Github user shivzone commented on the issue: https://github.com/apache/incubator-hawq/pull/1357 @mgoddard-pivotal please close this PR ---

[GitHub] incubator-hawq pull request #1365: Adding equals() to Fragment, to facilitat...

2018-05-15 Thread mgoddard-pivotal
GitHub user mgoddard-pivotal opened a pull request: https://github.com/apache/incubator-hawq/pull/1365 Adding equals() to Fragment, to facilitate comparisons in tests Writing some unit tests for the PXF + S3 + Parquet code, and the equals() was necessary. Also, added hashCode() to

[GitHub] incubator-hawq pull request #1357: Changes to enable reuse of PXF Parquet cl...

2018-05-15 Thread mgoddard-pivotal
Github user mgoddard-pivotal closed the pull request at: https://github.com/apache/incubator-hawq/pull/1357 ---

[GitHub] incubator-hawq pull request #1365: Adding equals() to Fragment, to facilitat...

2018-05-15 Thread mgoddard-pivotal
Github user mgoddard-pivotal commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1365#discussion_r188469685 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/Fragment.java --- @@ -140,4 +142,48 @@ public String getProfile() {

[GitHub] incubator-hawq pull request #1365: Adding equals() to Fragment, to facilitat...

2018-05-15 Thread mgoddard-pivotal
Github user mgoddard-pivotal commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1365#discussion_r188469835 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/Fragment.java --- @@ -140,4 +142,48 @@ public String getProfile() {

[GitHub] incubator-hawq pull request #1365: Adding equals() to Fragment, to facilitat...

2018-05-15 Thread shivzone
Github user shivzone commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1365#discussion_r188471507 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/Fragment.java --- @@ -140,4 +142,48 @@ public String getProfile() { public

[GitHub] incubator-hawq issue #1365: Adding equals() to Fragment, to facilitate compa...

2018-05-15 Thread shivzone
Github user shivzone commented on the issue: https://github.com/apache/incubator-hawq/pull/1365 Nice reference @lavjain ---

[GitHub] incubator-hawq issue #1365: Adding equals() to Fragment, to facilitate compa...

2018-05-15 Thread lavjain
Github user lavjain commented on the issue: https://github.com/apache/incubator-hawq/pull/1365 https://ncrcoe.gitbooks.io/java-for-small-teams/content/specifics/100_know_how_to_implement_hashcode_and_equals.html ---

[GitHub] incubator-hawq issue #1365: Adding equals() to Fragment, to facilitate compa...

2018-05-15 Thread mgoddard-pivotal
Github user mgoddard-pivotal commented on the issue: https://github.com/apache/incubator-hawq/pull/1365 Thanks for the feedback, folks! And for that excellent reference, @lavjain. ---

[GitHub] incubator-hawq pull request #1365: Adding equals() to Fragment, to facilitat...

2018-05-15 Thread shivzone
Github user shivzone commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1365#discussion_r188406131 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/Fragment.java --- @@ -140,4 +142,48 @@ public String getProfile() { public