Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/incubator-flink/pull/79#discussion_r15434384
--- Diff:
flink-core/src/main/java/org/apache/flink/types/TypeInformation.java ---
@@ -21,6 +21,10 @@
import org.apache.flink.api.common.typeutils.TypeSerializer;
public abstract class TypeInformation<T> {
+ protected final String NO_POJO_WARNING = "Field expressions can only be
used on POJOs." + " " +
+ "A POCO must have a default constructor without
arguments and not have readObject" +
--- End diff --
I think POCO is a typo.
---
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.
---