Description
ReaderBase.initAfterCompression() and WALCellCodec.create(Configuration, CompressionContext) were removed when adding Cell codec to WAL header.
Some downstream projects, such as Phoenix, depend on these methods.
This JIRA is to restore these methods.
Thanks to Jeffrey who found this issue.