-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
All
-
Small
For Avro Schema impl :
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-2067 Bug on order columns
- Done