danny0405 commented on code in PR #5445:
URL: https://github.com/apache/hudi/pull/5445#discussion_r867777363


##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/sink/ITTestDataStreamWrite.java:
##########
@@ -57,19 +59,22 @@
 
 import java.io.File;
 import java.nio.charset.StandardCharsets;
+import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.HashMap;
 import java.util.List;
 import java.util.Map;
 import java.util.Objects;
 import java.util.concurrent.TimeUnit;
 
+import static org.apache.hudi.utils.TestData.assertRowDataEquals;
+
 /**
  * Integration test for Flink Hoodie stream sink.
  */
 public class ITTestDataStreamWrite extends TestLogger {
 
-  private static final Map<String, List<String>> EXPECTED = new HashMap<>();
+  public static final Map<String, List<String>> EXPECTED = new HashMap<>();
   private static final Map<String, List<String>> EXPECTED_TRANSFORMER = new 
HashMap<>();

Review Comment:
   Why make the `EXPECTED` public ?



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