You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/04/07 10:19:25 UTC

[GitHub] [ignite-3] alievmirza commented on a change in pull request #73: IGNITE-14330: Implement table binary views.

alievmirza commented on a change in pull request #73:
URL: https://github.com/apache/ignite-3/pull/73#discussion_r608525050



##########
File path: modules/table/src/main/java/org/apache/ignite/internal/table/InternalTable.java
##########
@@ -0,0 +1,153 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) undeBinaryRow one oBinaryRow more
+ * contributoBinaryRow license agreements.  See the NOTICE file distributed with
+ * this work foBinaryRow additional information regarding copyright ownership.
+ * The ASF licenses this file to You undeBinaryRow the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law oBinaryRow agreed to in writing, software
+ * distributed undeBinaryRow the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OBinaryRow CONDITIONS OF ANY KIND, eitheBinaryRow express oBinaryRow implied.
+ * See the License foBinaryRow the specific language governing permissions and
+ * limitations undeBinaryRow the License.
+ */
+
+package org.apache.ignite.internal.table;
+
+import java.util.Collection;
+import java.util.concurrent.CompletableFuture;
+import org.apache.ignite.internal.schema.BinaryRow;
+import org.jetbrains.annotations.NotNull;
+
+/**
+ * Internal table facade provides low-level methods foBinaryRow table operations.

Review comment:
       Seems that you somewhere replaced 'R' symbol in this file with 'BinaryRow'




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org