Repeated raw count values in LICA-FR dataset

Hi, I am processing this LICA-FR RNA-seq dataset and find that the raw counts of each gene are all the same across samples:

wc -l exp_seq.LICA-FR.tsv 
9309021 exp_seq.LICA-FR.tsv

cat exp_seq.LICA-FR.tsv | cut -f10 | sort -u | wc -l
4353