keith-turner opened a new pull request, #4197: URL: https://github.com/apache/accumulo/pull/4197
If a RowFilter implemented init and used the options, then these options would be lost if the RowFilter was deep copied. When RowFilters are chained the 2nd RowFilter in the chain will deep copy the first. This commit fixes the bug by saving options and calling init with them in deep copy. -- 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]
