[GitHub] incubator-hawq issue #981: HAWQ-1114. Implement filter-push down for IN on H...

2016-11-15 Thread sansanichfb
Github user sansanichfb commented on the issue: https://github.com/apache/incubator-hawq/pull/981 @shivzone good point about PXFOP_IN, added it. we should distinguis three cases: 1) WHERE scalar_column IN (1,2,3) 2) WHERE array_column = '{1,2,3}' 2) WHERE array_column IN (1

[GitHub] incubator-hawq issue #981: HAWQ-1114. Implement filter-push down for IN on H...

2016-11-01 Thread shivzone
Github user shivzone commented on the issue: https://github.com/apache/incubator-hawq/pull/981 Why aren't we adding PXFOP_IN to PxfOperatorCode enum ? For the other operators, PXF service expects to see the opcode value to correspond to the PxfOperatorCode enum --- If your projec