Current tests only check the size of (but not the content of) the concatenated tables (for both --parquet and --sqlite).
However, the tables have been modified:
- Added
TableNumber column and added prefixed in get_and_modify_df89
- Alignment with reference dataframe in
write_to_disk().
To compare the written and chopped files with the original ones, value-based tests would have to modify the original tables accordingly.