Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
All
-
Small
Description
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"
Attachments
Issue Links
- is related to
-
TCOMP-2123 Bug on order columns for Avro Impl
- Done