Ensure ExamplesTable preserves ordering of columns
Description
Currently the ExampleTable does not guarantee order of the columns since the row is returned as a HashMap.
In some cases, the preserving the order of the textual table may be useful in the implementation of the step. Using LinkedHashMap would preserve the ordering, at a small cost of performance.
Currently the ExampleTable does not guarantee order of the columns since the row is returned as a HashMap.
In some cases, the preserving the order of the textual table may be useful in the implementation of the step. Using LinkedHashMap would preserve the ordering, at a small cost of performance.