arjunsr1 commented on issue #13396: URL: https://github.com/apache/arrow/issues/13396#issuecomment-1162421271
Hi @kou - through using my debugger and stepping through code, it seems that when I save an arrow table with schema fields ``` History Completed Time: timestamp[s] History Created Time: timestamp[s] ``` to a tempfile, then use arrow::Table.load() to get the file data into an Arrow table, the type changes from s to ms. Is there any quick workaround to this issue? -- 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]
