trinodb / tpch

Port of TPC-H dbgen to Java
44 stars 45 forks source link

Revert quantity to generate whole number #15

Closed raghavsethi closed 8 years ago

raghavsethi commented 8 years ago

The previous commit changed the quantity to return DOUBLE instead of IDENTIFIER. Although these are the correct types, we still want quantity to be a whole number (even if the type is DOUBLE).

raghavsethi commented 8 years ago

@dain this seems a little sketchy to me. What's the right way to go here?

raghavsethi commented 8 years ago

Also, I'm not exactly sure what the MD5 tests are supposed to do..

electrum commented 8 years ago

Merged, thanks!