trinodb / tpcds

Port of TPC-DS dsdgen to Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unexpected value from computeCountUsingLogScale

foliveira-xonai opened this issue · comments

The number of rows for scale 11 is lower than for scale 10

Table.ITEM.getScalingInfo().getRowCountForScale(10); // returns 51
Table.ITEM.getScalingInfo().getRowCountForScale(11); // returns 9