tkalkirill commented on code in PR #763:
URL: https://github.com/apache/ignite-3/pull/763#discussion_r845988525
##########
modules/api/src/main/java/org/apache/ignite/configuration/schemas/store/KnownDataStorage.java:
##########
@@ -15,16 +15,21 @@
* limitations under the License.
*/
-package org.apache.ignite.internal.storage.pagememory.configuration.schema;
+package org.apache.ignite.configuration.schemas.store;
-import static
org.apache.ignite.configuration.schemas.store.DataStorageConfigurationSchema.DEFAULT_DATA_STORAGE_NAME;
-
-import org.apache.ignite.configuration.annotation.PolymorphicConfigInstance;
-import
org.apache.ignite.configuration.schemas.store.DataStorageConfigurationSchema;
+import java.lang.annotation.ElementType;
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
+import java.lang.annotation.Target;
+import org.apache.ignite.configuration.annotation.ConfigValue;
/**
- * Test RocksDB data storage configuration schema for tables.
+ * An annotation to check that the {@link DataStorageConfigurationSchema data
storage} is known, i.e. his {@link
Review Comment:
Fix it
--
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]