hbase truncate operation can not recover the number of the pre-split regions.
create a hbase table with 100 regions by SPLITS_FILE parameter
create 't1', 'cf',SPLITS_FILE=>'filepath'
then, tuncate the table
truncate 't1'
see the table with 1 region