tkalkirill commented on code in PR #2859:
URL: https://github.com/apache/ignite-3/pull/2859#discussion_r1403009453
##########
modules/index/src/main/java/org/apache/ignite/internal/index/IndexChooser.java:
##########
@@ -139,16 +146,17 @@ public void close() {
}
/**
- * Collects a list of table indexes that will need to be used for an
update operation in RW a transaction. List consists of all indexes
- * (available and registered) on the requested catalog version, as well as
all dropped available indexes from previous catalog versions.
+ * Collects a list of table indexes that will need to be used for an
update operation in an RW transaction. The list consists of all
+ * indexes (available and registered) on the requested catalog version, as
well as all dropped available indexes from previous catalog
+ * versions.
*
- * <p>Returned list is sorted by {@link CatalogObjectDescriptor#id()}. It
is expected that the table exists at the time the method is
- * called.</p>
+ * <p>Returned list is sorted by {@link CatalogObjectDescriptor#id()}. The
table is expected to exist in the catalog at the requested
+ * version.</p>
*
* @param catalogVersion Catalog version.
* @param tableId Table ID.
*/
- List<CatalogIndexDescriptor> collectForRwTxOperation(int catalogVersion,
int tableId) {
+ List<CatalogIndexDescriptor> collectForRwTxUpdateOperation(int
catalogVersion, int tableId) {
Review Comment:
fix it
--
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]