Github user dawidwys commented on a diff in the pull request:
https://github.com/apache/flink/pull/6107#discussion_r192721111
--- Diff:
flink-core/src/main/java/org/apache/flink/api/common/cache/DistributedCache.java
---
@@ -15,8 +15,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.apache.flink.api.common.cache;
+import org.apache.flink.annotation.Public;
+import org.apache.flink.configuration.Configuration;
--- End diff --
Sure, I wondered why it did not fail the build before...
---