Re: Bug: Plan generation for Unions picked a ship strategy between binary plan operators.

2016-10-25 Thread Yassine MARZOUGUI
ssine MARZOUGUI : > >> Hi all, >> >> My job fails with the folowing exception : CompilerException: Bug: Plan >> generation for Unions picked a ship strategy between binary plan operators. >> The exception happens when adding partitionByRange(1).sortPartition(1,

Re: Bug: Plan generation for Unions picked a ship strategy between binary plan operators.

2016-10-25 Thread Fabian Hueske
MARZOUGUI : > Hi all, > > My job fails with the folowing exception : CompilerException: Bug: Plan > generation for Unions picked a ship strategy between binary plan operators. > The exception happens when adding partitionByRange(1).sortPartition(1, > Order.DESCENDING) to the

Bug: Plan generation for Unions picked a ship strategy between binary plan operators.

2016-10-25 Thread Yassine MARZOUGUI
Hi all, My job fails with the folowing exception : CompilerException: Bug: Plan generation for Unions picked a ship strategy between binary plan operators. The exception happens when adding partitionByRange(1).sortPartition(1, Order.DESCENDING) to the union of datasets. I made a smaller version