RexXiong commented on code in PR #2932:
URL: https://github.com/apache/celeborn/pull/2932#discussion_r1860382139


##########
tests/flink-it/src/test/scala/org/apache/celeborn/tests/flink/WordCountTest.scala:
##########
@@ -65,13 +66,22 @@ abstract class WordCountTestBase extends AnyFunSuite with 
Logging with MiniClust
   }
 
   test(getClass.getName + ": celeborn flink integration test - word count") {
+    testWordCount(FallbackPolicy.AUTO)
+  }
+
+  test(getClass.getName + ": celeborn flink integration test with fallback - 
word count") {
+    testWordCount(FallbackPolicy.ALWAYS)

Review Comment:
   Could we verify if Flink uses its built-in shuffle when the fallback.policy 
is set to FallbackPolicy.ALWAYS?



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