zstan commented on a change in pull request #672:
URL: https://github.com/apache/ignite-3/pull/672#discussion_r838464680
##########
File path:
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/externalize/RelInputEx.java
##########
@@ -38,8 +39,17 @@
/**
* Returns table by its id.
*
- * @param tag Tag under which id is serialised.
+ * @param tag Tag under which id is serialized.
* @return A table with given id.
*/
RelOptTable getTableById(String tag);
+
+ /**
+ * Check that appropriate index is available.
+ *
+ * @param tag Tag represents id serialization.
+ * @param idxName Index name.
+ * @throws IndexNotFoundException If not found.
+ */
+ void checkIndexById(String tag, String idxName);
Review comment:
I fix RelInputImpl#checkIndexById method, my fail, name needed only for
possible error message.
--
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]