Open GoogleCodeExporter opened 9 years ago
in asterixdb, we didn't do const folding for a record, hence so far this bug
does not cause query fails. I remember there might be some inconsistencies
between ARecordSerializerDeserializer and RecodBuilder/ARecordPointable.
Original comment by buyingyi@gmail.com
on 13 Nov 2014 at 7:22
It seems like the problem is the line recordBuilder.write(out, false) in
ARecordSerializerDeserializer.
I will prepare a patch to include a boolean writeTypeTag as a function
parameter and also try to improve the performance of serialization.
Original comment by holzemer...@googlemail.com
on 13 Nov 2014 at 9:07
Original comment by buyingyi@gmail.com
on 18 Nov 2014 at 4:50
Original issue reported on code.google.com by
holzemer...@googlemail.com
on 13 Nov 2014 at 7:10Attachments: