AMashenkov commented on code in PR #3170:
URL: https://github.com/apache/ignite-3/pull/3170#discussion_r1494629939
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/ExecutableTableRegistryImpl.java:
##########
@@ -74,15 +74,13 @@ public CompletableFuture<ExecutableTable> getTable(int
schemaVersion, int tableI
return tableCache.computeIfAbsent(cacheKey(tableId,
sqlTable.version()), (k) -> loadTable(sqlTable));
}
+ //TODO Create a ticket to get rid of future because physical table must
exists if we found catalog version, where table is alive.
Review Comment:
Do not forget to create a ticket for small refactoring.
--
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]