-
Bug
-
Resolution: Fixed
-
Major
-
None
-
All
-
Small
MoveAfter does not work when moving after last columns
on columns "last", "one", "two", "three"
moveAfter("three", "last") should give "one", "two", "three", "last"
it give "one", "two", "last", "three"
- is related to
-
TCOMP-2123 Bug on order columns for Avro Impl
- Done