tkalkirill commented on code in PR #12926:
URL: https://github.com/apache/ignite/pull/12926#discussion_r3022257140
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/query/schema/management/IndexDescriptor.java:
##########
@@ -141,4 +141,9 @@ public IndexDescriptor targetIdx() {
public TableDescriptor table() {
return tbl;
}
+
+ /** */
+ public boolean isComposite() {
Review Comment:
I'd leave it in; it's small and clear, and makes the code a bit easier to
read. If you insist, I'll get rid of 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]