rok commented on issue #35083: URL: https://github.com/apache/arrow/issues/35083#issuecomment-1506059822
Hey. It seems like there's two problems here: 1. Locale error is probably thrown here https://github.com/apache/arrow/blob/49631057e9cdbf991e11e0be4b9aa0dadf616850/cpp/src/arrow/compute/kernels/scalar_temporal_unary.cc#L1157 Which seems like a ppc issue. Perhaps try `export LC_ALL="C"` to see what happens? 2. Timezone not found (`CCTZ: Invalid timezone of the input vector: "Asia/Kathmandu"`) which you might be able to resolve with instructions here: https://howardhinnant.github.io/date/tz.html#Installation -- 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]
