snuyanzin commented on code in PR #27180:
URL: https://github.com/apache/flink/pull/27180#discussion_r2482650437


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/utils/DiffRepository.java:
##########
@@ -717,7 +739,12 @@ public static synchronized DiffRepository lookup(
         DiffRepository diffRepository = MAP_CLASS_TO_REPOSITORY.get(clazz);
         if (diffRepository == null) {
             final URL refFile = findFile(clazz, ".xml");
-            final File logFile = new 
File(refFile.getFile().replace("test-classes", "surefire"));
+            final File logFile =

Review Comment:
   ported from 
https://github.com/apache/calcite/commit/2f33a0c57b7b7e77b8193d0fff1e3531119aee0a



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