bbeaudreault opened a new pull request, #5047:
URL: https://github.com/apache/hbase/pull/5047

   This seems simple enough from a compatibility perspective. I'm adding a new 
`io.serializations`, but it should not matter for HFileOutputFormat2 whose 
output is actually written by StoreFileWriter. It'll only be used in the 
intermediate output, so is safe to change between deploys.
   
   I chose to create a new ExtendedCellSerialization because it seemed the 
cleanest way to encapsulate, since others may have used CellSerialization in 
other contexts. The alternative would be to make CellSerialization implement 
Configurable, and use that to inject some new configuration which defaults to 
false. It felt better to skip needing to add a new configuration.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to