yihua commented on code in PR #17586:
URL: https://github.com/apache/hudi/pull/17586#discussion_r2615995988


##########
hudi-common/src/test/java/org/apache/hudi/common/util/io/TestByteBufferBackedInputStream.java:
##########
@@ -78,7 +80,7 @@ public void testRead() {
   public void testSeek() {
     byte[] sourceBytes = { 0xD, 0xE, 0xA, 0xD, 0xD, 0xA, 0xE, 0xD };
 
-    ByteBufferBackedInputStream stream = new 
ByteBufferBackedInputStream(sourceBytes, 1, 7);
+    org.apache.hudi.io.ByteBufferBackedInputStream stream = new 
org.apache.hudi.io.ByteBufferBackedInputStream(sourceBytes, 1, 7);

Review Comment:
   Import the class for brevity?



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

Reply via email to