When running REORGANIZE=true on an AppendOnly (AO) table the error "append only table version -1" is reported.
Product Version: 5.21
To resolve this issue, run reindex against the table:
REINDEX TABLE <schema>.<table>;