ilovesoup / hyracks

Automatically exported from code.google.com/p/hyracks
Apache License 2.0
0 stars 0 forks source link

ConstantTupleSourceOperatorNodePushable does not call writer.open() #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
 edu.uci.ics.hyracks.dataflow.std.misc.ConstantTupleSourceOperatorNodePushable should call writer.open() before calling writer.close(). 

The fix is available in the Asterix trunk,  revision 3836, as 
asterix/asterix-app/src/main/java/edu/uci/ics/hyracks/dataflow/std/misc/Constant
TupleSourceOperatorNodePushable.java

asterix/asterix-app/src/main/java/edu/uci/ics/hyracks/dataflow/std/misc/Constant
TupleSourceOperatorDescriptor.java has also been added to Asterix r.3836 so 
that the right ConstantTupleSourceOperatorNodePushable.java is picked.

Original issue reported on code.google.com by nicola.o...@gmail.com on 11 Aug 2011 at 5:55

GoogleCodeExporter commented 9 years ago
Fixed in hyracks_dev_next

Original comment by vinay...@gmail.com on 17 Nov 2011 at 10:20