simbadzina opened a new pull request, #5290:
URL: https://github.com/apache/hadoop/pull/5290

   HDFS-16886: Fixes error in documentation for StateStoreRecordsOperations.
   
   ### Description of PR
   
   For StateStoreRecordOperations#get(Class ..., Query ...), when multiple 
records match, the documentation says a null value should be returned and an 
IOException should be thrown. Both can't happen.
   
   I believe the intended behavior is that an IOException is thrown. This is 
the implementation in StateStoreBaseImpl.
   
   ### How was this patch tested?
   
   No test. Just a simple documentation change.
   
   ### For code changes:


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to