alamb commented on issue #7344: URL: https://github.com/apache/arrow-rs/issues/7344#issuecomment-2759130321
Specifically, printing any details with the error would be helpful the current message looks like this ``` Error while parsing value p_partkey for column 0 at line 12057 ``` It would be great if it had: 1. More of why parsing failed 2. some/all of the value ``` Error while parsing value p_partkey for column 0 at line 12057. Value was '12345' which did not fit in i8 ``` -- 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]
