stoty commented on PR #6374:
URL: https://github.com/apache/hbase/pull/6374#issuecomment-2503444343

   After commiting this (a little late), I realized that I have more questions:
   
   I see this annotation on ScannerModel:
   
   > @JsonInclude(JsonInclude.Include.NON_NULL)
   
   and 
   
   > private boolean includeStartRow = true;
   > 
   > private boolean includeStopRow = false;
   
   Doesn't that mean that the new attributes will get serialized regardless of 
their values to JSON, 
   and cause the deserialization in the old server to fail ?
   
   You matrix show this as passing, but I can't see how that can happen.
   Does JSON skip serializing the default values ?


-- 
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