timsaucer opened a new pull request, #1000:
URL: https://github.com/apache/datafusion-python/pull/1000

   # Which issue does this PR close?
   
   This addresses part of https://github.com/apache/datafusion/issues/14197
   
    # Rationale for this change
   
   By removing the `pyarrow` dependency of DataFusion we can update `pyo3` in 
without requiring corresponding updates to the DataFusion core repository. This 
does add in a few additional pieces, such as adding a wrapper around 
`ScalarValue`, but it will simplify the core DataFusion repo to not have pyo3 
in it.
   
   # What changes are included in this PR?
   
   - Removes `pyarrow` feature of DataFusion core repo
   - Adds `PyScalarValue` which is a simple wrapper on `ScalarValue` so we can 
do things like implement traits on it that are currently implemented upstream 
in DataFusion.
   - Renames `DataFusionError` to `PyDataFusionError` so there is not confusion 
with the enum defined upstream.
   
   # Are there any user-facing changes?
   
   No user facing changes.


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to