.create(int, Object), .create(int, ByteBuffer) - can be very confusing, and not safe when using nulls etc.
This patch renames the create methods to make this clear.
bikassaha - please review, and integrate into 0.5.0.
Siddharth Seth
added a comment - .create(int, Object), .create(int, ByteBuffer) - can be very confusing, and not safe when using nulls etc.
This patch renames the create methods to make this clear.
bikassaha - please review, and integrate into 0.5.0.
ommit 373793b013877eb5f22965c9d6cf20aac1076a8b
Author: Bikas Saha <bikas@apache.org>
Date: Wed Aug 20 19:20:41 2014 -0700
TEZ-1472. Separate method calls for creating InputDataInformationEvent with serialized/unserialized payloads (Siddharth
Bikas Saha
added a comment - ommit 373793b013877eb5f22965c9d6cf20aac1076a8b
Author: Bikas Saha <bikas@apache.org>
Date: Wed Aug 20 19:20:41 2014 -0700
TEZ-1472 . Separate method calls for creating InputDataInformationEvent with serialized/unserialized payloads (Siddharth
.create(int, Object), .create(int, ByteBuffer) - can be very confusing, and not safe when using nulls etc.
This patch renames the create methods to make this clear.
bikassaha - please review, and integrate into 0.5.0.