ibessonov commented on code in PR #3589:
URL: https://github.com/apache/ignite-3/pull/3589#discussion_r1562119774


##########
modules/storage-api/src/main/java/org/apache/ignite/internal/storage/index/StorageHashIndexDescriptor.java:
##########
@@ -112,17 +114,22 @@ public List<StorageHashIndexColumnDescriptor> columns() {
         return columns;
     }
 
+    @Override
+    public boolean isPk() {

Review Comment:
   Let's leave it, with hopes that we will change it in the future.
   > Performing these two operations is not atomic
   
   We can make them atomic, what's the issue?
   
   > which may be forgotten after some time.
   
   same applies to your code



-- 
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]

Reply via email to