mapleFU commented on issue #41317: URL: https://github.com/apache/arrow/issues/41317#issuecomment-2074947638
I found the root-cause is: ``` /Users/mwish/workspace/CMakeLibs/arrow/cpp/src/arrow/table.cc:622: Check failed: _s.ok() Operation failed: table_.ValidateFull() Bad status: Invalid: Column 18 named timestamp_us_no_tz expected length 3 but got length 2 ``` That's because less data is read to the table. I may fix it in https://github.com/apache/arrow/pull/41346 . @rouault -- 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]
