alex-plekhanov commented on code in PR #12593:
URL: https://github.com/apache/ignite/pull/12593#discussion_r2648047871
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/rule/TableModifySingleNodeConverterRule.java:
##########
@@ -32,17 +32,17 @@
import
org.apache.ignite.internal.processors.query.calcite.trait.RewindabilityTrait;
/**
- *
+ * Converts LogicalTableModify to single distribution IgniteTableModify
(perform table modify on initiator node).
*/
-public class TableModifyConverterRule extends
AbstractIgniteConverterRule<LogicalTableModify> {
+public class TableModifySingleNodeConverterRule extends
AbstractIgniteConverterRule<LogicalTableModify> {
/** */
- public static final RelOptRule INSTANCE = new TableModifyConverterRule();
+ public static final RelOptRule INSTANCE = new
TableModifySingleNodeConverterRule();
/**
* Creates a ConverterRule.
*/
- public TableModifyConverterRule() {
Review Comment:
But TableModifySingleNodeConverterRule is instance of ConverterRule, nothing
wrong here.
--
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]