zstan commented on a change in pull request #520:
URL: https://github.com/apache/ignite-3/pull/520#discussion_r776181477
##########
File path:
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/schema/IgniteTableImpl.java
##########
@@ -48,13 +48,16 @@
import
org.apache.ignite.internal.processors.query.calcite.trait.RewindabilityTrait;
import
org.apache.ignite.internal.processors.query.calcite.type.IgniteTypeFactory;
import org.apache.ignite.internal.table.TableImpl;
+import org.apache.ignite.lang.IgniteUuid;
import org.apache.ignite.table.Tuple;
import org.jetbrains.annotations.Nullable;
/**
* Ignite table implementation.
*/
public class IgniteTableImpl extends AbstractTable implements
InternalIgniteTable {
+ private final IgniteUuid id;
Review comment:
we already have _id_ here : TableImpl table;
--
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]