shishkovilja commented on code in PR #10316:
URL: https://github.com/apache/ignite/pull/10316#discussion_r1001512394


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/odbc/jdbc/JdbcIndexMeta.java:
##########
@@ -58,26 +63,33 @@ public class JdbcIndexMeta implements JdbcRawBinarylizable {
     }
 
     /**
-     * @param schemaName Schema name.
-     * @param tblName Table name.
-     * @param idx Index info.
+     * @param view SqlIndex system view.
      */
-    JdbcIndexMeta(String schemaName, String tblName, GridQueryIndexDescriptor 
idx) {
-        assert tblName != null;
-        assert idx != null;
-        assert idx.fields() != null;
+    JdbcIndexMeta(SqlIndexView view) {
+        assert view != null;

Review Comment:
   Good point. I'll remove this.



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