This is an automated email from the ASF dual-hosted git repository.
amashenkov pushed a commit to branch ignite-14743-compaction
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/ignite-14743-compaction by
this push:
new e1721c9 Minor.
e1721c9 is described below
commit e1721c9af7a7f166e47de10fbf67327e325103e9
Author: Andrew Mashenkov <[email protected]>
AuthorDate: Mon Jun 28 13:36:19 2021 +0300
Minor.
---
.../java/org/apache/ignite/internal/schema/row/ExpandableByteBuf.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/modules/schema/src/main/java/org/apache/ignite/internal/schema/row/ExpandableByteBuf.java
b/modules/schema/src/main/java/org/apache/ignite/internal/schema/row/ExpandableByteBuf.java
index d1ae471..c2f6b94 100644
---
a/modules/schema/src/main/java/org/apache/ignite/internal/schema/row/ExpandableByteBuf.java
+++
b/modules/schema/src/main/java/org/apache/ignite/internal/schema/row/ExpandableByteBuf.java
@@ -23,7 +23,6 @@ import java.nio.CharBuffer;
import java.nio.charset.CharacterCodingException;
import java.nio.charset.CharsetEncoder;
import java.nio.charset.CoderResult;
-import java.nio.charset.StandardCharsets;
import java.util.Arrays;
import org.apache.ignite.internal.util.Constants;