why parquet file in s3 has some errors?just like `...
# questions
c
why parquet file in s3 has some errors?just like
Copy code
DatasetError: Failed while loading data from dataset ParquetDataset(filepath=kedro/model_input_table.parquet, load_args={}, protocol=s3, save_args={}).
Expected checksum PqKP+A== did not match calculated checksum: eqRztQ==
m
It looks like something went wrong during transmission or storage of your data. The checksum not being the same indicates the data was changed or corrupted.