Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flot16 is getting converted to Buffer #152

Open
vpishuk opened this issue Dec 12, 2024 · 1 comment
Open

Flot16 is getting converted to Buffer #152

vpishuk opened this issue Dec 12, 2024 · 1 comment

Comments

@vpishuk
Copy link

vpishuk commented Dec 12, 2024

Thanks for reporting an issue!

Steps to reproduce

  1. Create a parquet file with some field that has type np.float16
  2. Read it with this library

Expected behaviour

The field with float16 type is getting converted to a number

Actual behaviour

It is converted to buffer

Any logs, error output, etc?

...

Any other comments?

...

@wilwade
Copy link
Member

wilwade commented Dec 13, 2024

I'm a bit surprised it works at all actually.

Looks like it would take something akin to #143 which handled logical types better for time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants