AMashenkov commented on code in PR #1754:
URL: https://github.com/apache/ignite-3/pull/1754#discussion_r1132438012
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/schema/SqlSchemaManagerImpl.java:
##########
@@ -150,58 +151,67 @@ public SchemaPlus schema(@Nullable String schema) {
/** {@inheritDoc} */
@Override
- @NotNull
- public IgniteTable tableById(UUID id, int ver) {
+ public CompletableFuture<?> waitActualSchema(long ver) {
Review Comment:
```suggestion
public CompletableFuture<?> actualSchemaAsync(long ver) {
```
--
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]