Skip to content

Commit

Permalink
Exclude DataSet.rebalance() and DataSet.partitionByHash() methods fro…
Browse files Browse the repository at this point in the history
…m ScalaAPICompletenessTest
  • Loading branch information
fhueske committed Sep 24, 2014
1 parent f97f9ba commit a775c32
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@ class ScalaAPICompletenessTest {
"org.apache.flink.api.java.DataSet.minBy",
"org.apache.flink.api.java.DataSet.maxBy",
"org.apache.flink.api.java.operators.UnsortedGrouping.minBy",
"org.apache.flink.api.java.operators.UnsortedGrouping.maxBy"
"org.apache.flink.api.java.operators.UnsortedGrouping.maxBy",

// Exclude explicit rebalance and hashPartitionBy for now
"org.apache.flink.api.java.DataSet.partitionByHash",
"org.apache.flink.api.java.DataSet.rebalance"

)
val excludedPatterns = Seq(
Expand Down

0 comments on commit a775c32

Please sign in to comment.