cshuo commented on code in PR #13590:
URL: https://github.com/apache/hudi/pull/13590#discussion_r2591221627


##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/utils/factory/CollectSinkTableFactory.java:
##########
@@ -61,7 +61,7 @@ public class CollectSinkTableFactory implements 
DynamicTableSinkFactory {
   public static final String FACTORY_ID = "collect";
 
   // global results to collect and query
-  public static final Map<Integer, List<Row>> RESULT = new HashMap<>();
+  public static final Map<Integer, List<Row>> RESULT = new 
ConcurrentHashMap<>();

Review Comment:
   Found a flaky test in the ci: 
https://github.com/apache/hudi/pull/13590#issuecomment-3610759021



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