tkalkirill commented on code in PR #12926:
URL: https://github.com/apache/ignite/pull/12926#discussion_r3025804776
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/RowHandler.java:
##########
@@ -40,6 +39,9 @@ public interface RowHandler<Row> {
/** */
int columnCount(Row row);
+ /** */
+ String toString(Row row);
Review Comment:
Okay, redid 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]