kou commented on issue #13847: URL: https://github.com/apache/arrow/issues/13847#issuecomment-1217374281
Because some `query_id` values are over `uint16`. For example, the first record has `80956`. It's over `65535`. `query_id: :uint32` will solve it. FYI: `Arrow::Table.load` for CSV tries Apache Arrow C++'s CSV parser at first. If the try was failed, it uses Ruby's csv gem as fallback. The first try doesn't report details on error. We may need to add an option that forces to use Apache Arrow C++'s CSV parser. -- 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]
