ilovesoup / hyracks

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

BTreeSearchOperatorNodePushable.open catches exceptions #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
BTreeSearchOperatorNodePushable.open catches exceptions and calls 
treeIndexOpHelper.deinit(), but it doesn't (re)throw any exception. The 
operator will then fail when nextFrame() is called because rangePred is null.

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

GoogleCodeExporter commented 9 years ago
Fixed in hyracks_dev_next and hyracks_btree_updates_next.

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