pcmoritz commented on issue #25674: URL: https://github.com/apache/arrow/issues/25674#issuecomment-1813690426
This would be a high leverage issue to solve -- JSONL files with a large record is a very common pattern in LLM workloads. HuggingFace hacked around it in https://github.com/huggingface/datasets/blob/d122b3ddc67705cc2b622bcbd79de9ff943a5742/src/datasets/packaged_modules/json/json.py#L119 and we are hitting the same issue in Ray (https://github.com/ray-project/ray/pull/40533) and will also likely do something similar as huggingface. If this is fixed upstream it would of course automatically apply to everybody in the ecosystem (I assume pandas might run into the same problem going forward?). cc @c21 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
