Closed gcz2022 closed 5 years ago
cc @yhuai @cloud-fan It's a very simple change, could you please take a look?
thanks merged!
@gczsjdy thanks for spotting it. That code could trigger only at 10TB+ scale.
@npoggi No problem. : ) Why? I think it can also trigger below 10T scale, although we are benchmarking on a 10T scale.
@gczsjdy due to the default maxRecordPerFile
, with the current partition scheme, it should not be reached at smaller scales. Anyway, other improvements please submit a PR :)
(numRows)/maxRecordPerFile)
automatically performs afloor
, and invalidate theceil
: )