You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The runtime generated Datasets used to model a pipeline execution flow contains fields which are named in incremental index order, like "field1"..."fieldN". In the cases where the generated code must be read by a human (use of JVM properties -Dorg.codehaus.janino.source_debugging.enable=true and -Dorg.codehaus.janino.source_debugging.dir=<path> to debug or understand better what's effectively executed, such names are not very usefull.
For example consider what's generated today
The runtime generated Datasets used to model a pipeline execution flow contains fields which are named in incremental index order, like "field1"..."fieldN". In the cases where the generated code must be read by a human (use of JVM properties
-Dorg.codehaus.janino.source_debugging.enable=true
and-Dorg.codehaus.janino.source_debugging.dir=<path>
to debug or understand better what's effectively executed, such names are not very usefull.For example consider what's generated today
To something with mnemonic field names:
The text was updated successfully, but these errors were encountered: