JackyYangPassion commented on issue #31767:
URL: https://github.com/apache/arrow/issues/31767#issuecomment-1816050758

   > [Larry 
Dawson](https://issues.apache.org/jira/browse/ARROW-16386?focusedCommentId=17529091):
 This works fine on debian:latest, but breaks on Ubuntu. It turns out that 
ubuntu is missing the timezone setup and adding the following line to the 
docker file fixes the problem:
   > 
   > ```java
   > run DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata 
   > ```
   > 
   > Fixed in the docker code, but I'm not sure given this whether this is a 
bug in pyarrow or not  - the code I'm running is pretty simple and doesn't have 
a functional dependency on the local timezone, so I don't think it should fail 
if the timezone hasn't been set up, but I have to admit, it's pretty basic 
functionality.
   
   I also encountered the same problem i don't know which dockerfile modify?


-- 
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]

Reply via email to