AMashenkov commented on code in PR #7589:
URL: https://github.com/apache/ignite-3/pull/7589#discussion_r2871995315
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/SqlPlanToTxSchemaVersionValidator.java:
##########
@@ -51,6 +51,10 @@ public class SqlPlanToTxSchemaVersionValidator {
* Otherwise returns a future completed with an exception {@link
SqlPlanOutdatedException}.
*/
public CompletableFuture<Void> validate(MultiStepPlan plan,
QueryTransactionWrapper tx) {
+ if (true) {
Review Comment:
Why did you disable validation at all?
--
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]