Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ISSUE-451][Improvement] Read HDFS data files with random sequence to…
… distribute pressure (#452) ### What changes were proposed in this pull request? [Improvement] Read HDFS data files with random sequence to distribute pressure #452 ### Why are the changes needed? In PR #396 to support concurrently writing single partition's data into multiple HDFS files, it's better to randomly read HDFS data files to distribute stress in client side. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Existing UTs
- Loading branch information