Integer columns have `double` type in TPC-DS. This leads to some planning weirdness in DataFusion, as it can not estimate cardinality based on float datatypes. We should keep the original types.
Integer columns have
doubletype in TPC-DS.This leads to some planning weirdness in DataFusion, as it can not estimate cardinality based on float datatypes.
We should keep the original types.