ilovesoup / hyracks

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

Some IOperatorNodePushable objects close() unopened IFrameWriters. #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following implementors of IOperatorNodePushable close() IFrameWriters that 
have not been open()ed.

edu.uci.ics.hyracks.dataflow.std.misc.ConstantTupleSourceOperatorNodePushable
edu.uci.ics.hyracks.storage.am.btree.dataflow.BTreeSearchOperatorNodePushable
edu.uci.ics.hyracks.storage.am.btree.dataflow.BTreeInsertUpdateDeleteOperatorNod
ePushable
edu.uci.ics.hyracks.storage.am.invertedindex.dataflow.BinaryTokenizerOperatorNod
ePushable

Original issue reported on code.google.com by jodarose...@gtempaccount.com on 24 May 2011 at 12:08

GoogleCodeExporter commented 9 years ago
Vinayak fixed it in hyracks_dev_next. Closing it for him.

Original comment by alexande...@gmail.com on 17 Nov 2011 at 9:06