Closed mski-iksm closed 3 months ago
@mski-iksm Thx for pointing out a critical bug. Could you tell me which commit do you think this bug was introduced in?
I hope a fixed test will be added to test/test_file_processor.py
🙏
LGTM other than comments
@mski-iksm Thx for pointing out a critical bug. Could you tell me which commit do you think this bug was introduced in?
This bug was introduced in the following PR
@mski-iksm THX for quick and careful bugfix :)
When
pd.read_pickle(file)
failed, load_dill_with_pandas_backward_compatibility() will fall back and usedill.load(file)
.But before loading with dill, file cursor must be rewind to the beginning.