Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Minor] Improve some code in BroadcastTest for short
Using val arr1 = (0 until num).toArray instead of val arr1 = new Array[Int](num) for (i <- 0 until arr1.length) { arr1(i) = i } for short. Author: carlmartin <[email protected]> Closes #3750 from SaintBacchus/BroadcastTest and squashes the following commits: 43adb70 [carlmartin] Improve some code in BroadcastTest for short
- Loading branch information