Netflix / Lipstick

Pig Visualization framework
Apache License 2.0
464 stars 131 forks source link

New Lipstick UI: Line number to logical op map isn't visible #106

Open alienrobotwizard opened 9 years ago

alienrobotwizard commented 9 years ago

In the old ui it was possible to see what code generated what logical operators. This information is no longer visible in the new ui. One possibility is to include the specific lines of code that generated a logical operator in the node properties (set at the adapter level). This is still less optimal than highlighting a specific line in the script when a node is clicked on (which is too pig specific). Address this.