kou commented on issue #13396: URL: https://github.com/apache/arrow/issues/13396#issuecomment-1162803044
With https://github.com/apache/arrow/pull/13418, we can write it as: ```ruby s3_existing_table.merge( "History Completed Time" => s3_existing_table["History Completed Time"].cast({type: :timestamp, unit: :second}), "History Created Time" => s3_existing_table["History Created Time"].cast({type: :timestamp, unit: :second}), ) ``` -- 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]
