isapego commented on code in PR #6333: URL: https://github.com/apache/ignite-3/pull/6333#discussion_r2242916375
########## migration-tools/modules/migration-tools-cli/src/main/java/org/apache/ignite/migrationtools/cli/exceptions/RecordAndTableSchemaMismatchExceptionHandler.java: ########## @@ -35,11 +35,23 @@ public int handle(ExceptionWriter writer, RecordAndTableSchemaMismatchException if (!e.missingColumnsInRecord().isEmpty()) { msgBuilder.append("\nRecord did not have the following fields required by the table: ") .append(String.join(", ", e.missingColumnsInRecord())); + + msgBuilder.append("\nConsider Consider the following solutions:") Review Comment: ```suggestion msgBuilder.append("\nConsider the following solutions:") ``` -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org