The flow control between the data reader and the column source parsers has a deadlock when the input has a bunch of long-ish strings in a row. The reason for this has to do with the details of the queue implementation. See https://github.com/deephaven/deephaven-csv/pull/102 for details.