Hi @enzo, I have run a local test without any error but I got this error after submission. “pyarrow.lib.ArrowInvalid: Could not open Parquet input source ‘’: Parquet file size is 0 bytes”. Can you please help me fix this error? My RUN ID is #30679. Thank you in advance!
The runner crashed silently for some reason.
This can happen if you run out of ram (pretty rare) or if you call exit(0)
somewhere.
This is on my TODO list to have a better indicator, but in the meantime the best you can do is tweak your code until it passes