You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…quet bindings (#42103)
### Rationale for this change
Resolves#42016.
### What changes are included in this PR?
Expose new `FLOAT16` logical type in the `pyarrow.parquet` bindings
### Are these changes tested?
Unit test added.
### Are there any user-facing changes?
No.
* GitHub Issue: #42016
Authored-by: Tai Le Manh <manhtai.lmt@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Reading and writing data with a float16 field works just fine (because its implemented on the C++ side):
But in a few parts of the API you can see we didn't add it to the python bindings:
That comes from
arrow/python/pyarrow/_parquet.pyx
Lines 1290 to 1306 in 374b8f6
(it might actually be the only place to add it)
The text was updated successfully, but these errors were encountered: