Details
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.
Activity

Field | Original Value | New Value |
---|---|---|
Fix Version/s | 3.1 [ 16511 ] |

Summary | Order-preserving ExamplesTable | Ensure ExamplesTable preserves ordering of columns |
Description |
Currently the ExampleTable does not guarantee order of the columns since the row is returned as a Map.
In some cases, the preserving the order of the textual table may be useful in the implementation of the step. |
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. |

Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |