Indices tensor is not contiguous after calling sparse_tensor.coalesce()

while working on PR #23917, it is found that: for a CPU sparse tensor with non-contiguous indices tensor, after calling coalesce() for the sparse tensor, the indices tensor is still non-contiguous. Is this expected?