xtern commented on code in PR #2282: URL: https://github.com/apache/ignite-3/pull/2282#discussion_r1259652213
########## modules/api/src/main/java/org/apache/ignite/table/TupleImpl.java: ########## @@ -180,6 +180,18 @@ public BinaryObject binaryObjectValue(int columnIndex) { return value(columnIndex); } + /** {@inheritDoc} */ + @Override + public boolean booleanValue(@NotNull String columnName) { Review Comment: Thanks. `@NotNull` removed in "added" methods only. Otherwise, there will be too many irrelevant changes in this PR. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org