vldpyatkov commented on code in PR #13483:
URL: https://github.com/apache/ignite/pull/13483#discussion_r3811695267
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/metadata/ColocationGroup.java:
##########
@@ -134,16 +134,21 @@ public List<UUID> nodeIds() {
* @return List of partitions (index) and nodes (items) having an
appropriate partition in
* {@link GridDhtPartitionState#OWNING} state, calculated for distributed
tables, involved in query execution.
*/
- public List<List<UUID>> assignments() {
+ public @Nullable List<List<UUID>> assignments() {
Review Comment:
The @Nullable annotation is redundant in this method.
--
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]