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