[
https://issues.apache.org/jira/browse/FLINK-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephan Ewen resolved FLINK-402.
--------------------------------
Resolution: Won't Fix
Since the old java API is running out, the context checker becomes redundant.
> ContextChecker should give meaningful error messages
> ----------------------------------------------------
>
> Key: FLINK-402
> URL: https://issues.apache.org/jira/browse/FLINK-402
> Project: Flink
> Issue Type: Improvement
> Reporter: GitHub Import
> Priority: Trivial
> Labels: github-import
> Fix For: pre-apache
>
>
> Prior to optimization, Stratosphere checks that a `Plan` is properly wired
> (no loose ends, missing data sources, data sinks, etc.). This is done by the
> so-called `ContextChecker`.
> In ([#401|https://github.com/stratosphere/stratosphere/issues/401] |
> [FLINK-401|https://issues.apache.org/jira/browse/FLINK-401]) the
> `ContextChecker`, correctly found a problem with a plan but returned a
> confusing `IndexOutOfBoundsException`.
> The `ContextChecker` should return error messages that are meaningful for the
> user.
> Also, I don't think `ContextChecker` is good name for this component.
> Something like `PlanChecker` would be more meaningful and tell the user that
> there might be a problem with the plan.
> ---------------- Imported from GitHub ----------------
> Url: https://github.com/stratosphere/stratosphere/issues/402
> Created by: [fhueske|https://github.com/fhueske]
> Labels: enhancement, optimizer, user satisfaction,
> Created at: Thu Jan 16 10:03:54 CET 2014
> State: open
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)