ilovesoup / hyracks

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

have PrinterOperator and RecordWriter understand int[] #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Here is a small patch that makes PrinterOperator and RecordWriter understand 
and output correctly int[]'s, instead of using the default Object.toString() 
method.

Original issue reported on code.google.com by rvernica on 24 Jun 2011 at 10:50

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in #505. Generalized for all array types.

Original comment by vinay...@gmail.com on 25 Jun 2011 at 7:44