Open rmoff opened 5 years ago
See attached code to reproduce
This error is not clear what the problem is. If it is that columns are specified in the wrong order, then it should be clear that this is a requirement and be clearer in the error. However since schema fields are not order-specific then the test should not need to be either IMO.
Changing the order of the columns in output.json
didn't make any difference. Error remains.
Expected: <[SESSION_END_TS, SESSION_START_TS, SESSION_LENGTH_MS , IP, CLICK_COUNT]>
but: was <[SESSION_END_TS, SESSION_START_TS, IP, CLICK_COUNT, SESSION_LENGTH_MS]>