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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   getting a `FutureWarning` while using `awswrangler`. [They are pointing 
to](https://github.com/aws/aws-sdk-pandas/issues/2510#issuecomment-1791218812) 
`pyarrow` as a problem.
   
   ```python
   .../.venv/lib/python3.9/site-packages/awswrangler/_distributed.py:105: 
FutureWarning: promote has been superseded by mode='default'.
     return cls.dispatch_func(func)(*args, **kw)
   ```
   
   [current 
fix](https://github.com/aws/aws-sdk-pandas/issues/2510#issue-1974556671) seems 
to be to pinning to `pyarrow==13.0.0`
   
   This doesn't prevent me from getting my data so wasn't sure if it was a bug 
or not!
   
   ### 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