Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant not null check in
HttpRemoteTask
Condition `tableScanSplits != null` is always true, because `Multimap.get` returns an empty collection, not null.
- Loading branch information