When using wp_post migration source, the postmeta key is not set with postmeta values. It is an empty array. This is because of an incorrect call to fetchAllKeyed() in WpSqlBase::getMetaValues(). While the bug report is for posts, it won't work for users, comments, and terms either.
Comments
Comment #3
hussainweb