dant3 commented on code in PR #7657:
URL: https://github.com/apache/ignite-3/pull/7657#discussion_r2852901814
##########
modules/schema/src/main/java/org/apache/ignite/internal/schema/BinaryTupleSchema.java:
##########
@@ -298,6 +298,7 @@ public Element element(int index) {
*
* @return Column index if the schema is based on a SchemaDescriptor, -1
otherwise.
*/
+ @SuppressWarnings("PMD.UnusedFormalParameter") // index is used by
subclass overrides
Review Comment:
Isn't that a kind of interface already? with default implementation?
--
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]