Skip to content

Conversation

@ptupitsyn
Copy link
Contributor

@ptupitsyn ptupitsyn commented Feb 6, 2023

  • IRecordView does not have Contains, and KeyValueView has one. Add the missing method.
  • Use ContainsKey name to stress the fact that only key part of the record is checked (which is evident from the signature in KeyValueView, but not in RecordView).

@ptupitsyn ptupitsyn self-assigned this Feb 6, 2023
@ptupitsyn ptupitsyn merged commit e368dc7 into apache:main Feb 6, 2023
@ptupitsyn ptupitsyn deleted the ignite-18609 branch February 6, 2023 11:31
lowka pushed a commit to gridgain/apache-ignite-3 that referenced this pull request Mar 18, 2023
* `IRecordView` does not have `Contains`, and `KeyValueView` has one. Add the missing method. 
* Use `ContainsKey` name to stress the fact that only key part of the record is checked (which is evident from the signature in `KeyValueView`, but not in `RecordView`).
lowka pushed a commit to gridgain/apache-ignite-3 that referenced this pull request Apr 19, 2023
* `IRecordView` does not have `Contains`, and `KeyValueView` has one. Add the missing method. 
* Use `ContainsKey` name to stress the fact that only key part of the record is checked (which is evident from the signature in `KeyValueView`, but not in `RecordView`).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants