Github user uce commented on a diff in the pull request:
https://github.com/apache/flink/pull/3243#discussion_r99374243
--- Diff:
flink-core/src/main/java/org/apache/flink/api/common/state/StateDescriptor.java
---
@@ -20,34 +20,29 @@
import org.apache.flink.annotation.PublicEvolving;
import org.apache.flink.api.common.ExecutionConfig;
-import org.apache.flink.api.common.typeinfo.TypeInformation;
-import org.apache.flink.api.common.typeutils.TypeSerializer;
-import org.apache.flink.api.java.typeutils.TypeExtractor;
-import org.apache.flink.core.memory.DataInputViewStreamWrapper;
-import org.apache.flink.core.memory.DataOutputViewStreamWrapper;
import org.apache.flink.util.Preconditions;
-import java.io.ByteArrayInputStream;
-import java.io.ByteArrayOutputStream;
-import java.io.IOException;
-import java.io.ObjectInputStream;
-import java.io.ObjectOutputStream;
import java.io.Serializable;
import static java.util.Objects.requireNonNull;
/**
- * Base class for state descriptors. A {@code StateDescriptor} is used for
creating partitioned
- * {@link State} in stateful operations. This contains the name and can
create an actual state
- * object given a {@link StateBackend} using {@link #bind(StateBackend)}.
- *
+ * Base class for state descriptors. A {@code StateDescriptor} is used for
creating
+ * {@link State keyed state} in stateful operations. The descriptor
contains the name of the state,
--- End diff --
Please close this issue as well if you address this here:
https://issues.apache.org/jira/browse/FLINK-5599
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---