Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/3511#discussion_r139906497
--- Diff:
flink-libraries/flink-gelly-examples/src/test/java/org/apache/flink/graph/drivers/DriverBaseITCase.java
---
@@ -190,6 +190,7 @@ private String getSystemOutput(String[] args) throws
Exception {
switch (mode) {
case CLUSTER:
case COLLECTION:
+ case CLUSTER_WITH_CODEGENERATION_ENABLED:
--- End diff --
I think it is good to enable this here but just for curiosity, how much
does this increase the build time for `flink-gelly`?
---