AMashenkov commented on a change in pull request #330:
URL: https://github.com/apache/ignite-3/pull/330#discussion_r708102618
##########
File path:
modules/schema/src/main/java/org/apache/ignite/internal/schema/mapping/ColumnMapper.java
##########
@@ -24,6 +24,7 @@
/**
* Column mapper interface.
*/
+// TODO: IGNITE-15480 Probably should be removed after index column mapping
refactoring.
Review comment:
You suggestion about columnID look great, it makes add/drop simple,
resolves ABA problem and gives rename for free.
But we will need mapping columnID -> columnIdx in schemaDescriptor internals
anyway.
--
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]