Description
It seems we have two ASYNC flags for index rebuilds:
ASYNC_CREATED_DATE - when an index is created async
ASYNC_REBUILD_TIMESTAMP - created by "alter index ... rebuild async"
The PhoenixMRJobSubmitter only submits MR jobs for the former. We should also submit jobs for the latter.