Intel-bigdata / HiBench

HiBench is a big data benchmark suite.
Other
1.46k stars 765 forks source link

fix generate ratings bug #658

Closed minmingzhu closed 2 years ago

minmingzhu commented 3 years ago

fix bug that numUsers * numProducts will exceed the maximun value of int.

Signed-off-by: minmingzhu minming.zhu@intel.com

carsonwang commented 3 years ago

Thanks!