[
https://issues.apache.org/jira/browse/HBASE-28627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17856739#comment-17856739
]
Istvan Toth commented on HBASE-28627:
-------------------------------------
This looks like a solution for Jackson backwards compatibility:
https://stackoverflow.com/questions/57635893/dynamic-serialisation-in-spring-using-jsonfilter
XML and Protobuf should ignore unkown fields. (still need to test)
> REST ScannerModel doesn't support includeStartRow/includeStopRow
> ----------------------------------------------------------------
>
> Key: HBASE-28627
> URL: https://issues.apache.org/jira/browse/HBASE-28627
> Project: HBase
> Issue Type: Bug
> Components: REST
> Reporter: Istvan Toth
> Priority: Major
>
> includeStartRow/includeStopRow should be transparently supported.
> The current behaviour is limited and confusing, as the user would rightly
> expect this to work via the REST interface.
> The only problem is that adding them may break backwards compatibility.
> Need to test if the XML unmarshaller can handle nonexistent fields.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)