Re: parallel - cartesianProduct

2018-01-29 Thread Joel Bernstein
run, doesn´t works: > > > > > > parallel( > > > rollup( > > > sort( > > > hashJoin( > > > search( > > > hashed=cartesianProduct( > > > search( > > > > > > > > > > >

Re: parallel - cartesianProduct

2018-01-29 Thread Kojo
e I´m trying to run, doesn´t works: > > > > parallel( > > rollup( > > sort( > > hashJoin( > > search( > > hashed=cartesianProduct( > > search( > > > > > > > > The simplified version of the above, doesn´t works too: > > >

Re: parallel - cartesianProduct

2018-01-29 Thread Joel Bernstein
; But this one I´m trying to run, doesn´t works: > > parallel( > rollup( > sort( > hashJoin( > search( > hashed=cartesianProduct( > search( > > > > The simplified version of the above, doesn´t works too: > > parallel( >cartesianProduct( &

parallel - cartesianProduct

2018-01-29 Thread Kojo
, doesn´t works: parallel( rollup( sort( hashJoin( search( hashed=cartesianProduct( search( The simplified version of the above, doesn´t works too: parallel( cartesianProduct( search( The error is bellow, do you have any hint on how can I fix the expression? Thank you