I used TextIO api to process a txt file as size of 6,000KB and contains more than 5000 lines. My code can fetch the file and start to read, but will break before fully reading all lines. Does TextIO.read() has limitation for file size or number of lines to read?
Thank you for any feedback