Wainberg opened a new issue, #40538:
URL: https://github.com/apache/arrow/issues/40538

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   ```python
   >>> pa.Array.from_pandas(pd.Series([], 
dtype=pd.ArrowDtype(pa.timestamp('s'))))  # correct
   <pyarrow.lib.TimestampArray object at 0x7fb665f77fa0>
   []
   >>> pa.Array.from_pandas(pd.Series([], 
dtype=pd.ArrowDtype(pa.timestamp('s'))).dt.tz_localize('UTC'))  # incorrect
   <pyarrow.lib.ChunkedArray object at 0x7fb665fd8680>
   [
   
   ]
   ```
   
   ### Component(s)
   
   Python


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