kerneltime commented on code in PR #7065:
URL: https://github.com/apache/ozone/pull/7065#discussion_r1723641156
##########
hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/container/checksum/ContainerMerkleTreeTestUtils.java:
##########
@@ -87,8 +91,8 @@ public static void
assertTreesSortedAndMatch(ContainerProtos.ContainerMerkleTree
* "bytesPerChecksum" amount of data and are assumed to be contiguous.
* @return The ChunkInfo proto object built from this information.
*/
- public static ChunkInfo buildChunk(ConfigurationSource config, int
indexInBlock, ByteBuffer... chunkChecksums)
- throws IOException {
+ public static ContainerProtos.ChunkInfo buildChunk(ConfigurationSource
config, int indexInBlock,
Review Comment:
Add the import explicitly to avoid having to type `ContainerProtos.ChunkInfo`
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/checksum/ContainerMerkleTree.java:
##########
@@ -19,7 +19,6 @@
import org.apache.hadoop.hdds.protocol.datanode.proto.ContainerProtos;
Review Comment:
```suggestion
import org.apache.hadoop.hdds.protocol.datanode.proto.ContainerProtos;
import
org.apache.hadoop.hdds.protocol.datanode.proto.ContainerProtos.ChunkInfo;
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]