This is an automated email from the ASF dual-hosted git repository.

amashenkov pushed a commit to branch ignite-20167
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/ignite-20167 by this push:
     new d125152358 Remove comment.
d125152358 is described below

commit d125152358cd45fc071da61851017b4d18dfd2c0
Author: amashenkov <[email protected]>
AuthorDate: Mon Aug 7 18:55:41 2023 +0300

    Remove comment.
---
 .../apache/ignite/internal/sql/engine/exec/ExecutionServiceImpl.java   | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/ExecutionServiceImpl.java
 
b/modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/ExecutionServiceImpl.java
index 81342de02c..420a5f11be 100644
--- 
a/modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/ExecutionServiceImpl.java
+++ 
b/modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/ExecutionServiceImpl.java
@@ -330,9 +330,6 @@ public class ExecutionServiceImpl<RowT> implements 
ExecutionService, TopologyEve
     private void onMessage(String nodeName, QueryStartRequest msg) {
         assert nodeName != null && msg != null;
 
-        //TODO IGNITE-18733: We should use txTimestamp from message tx 
attributes to wait for metadata ready,
-        // then get actual version for txTimestamp and wait for catalog 
version ready.
-        // As optimization, we can lookup for latest available schema and go 
sync way if it's version >= desirable.
         CompletableFuture<Void> fut = 
sqlSchemaManager.schemaReadyFuture(msg.schemaVersion());
 
         if (fut.isDone()) {

Reply via email to