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

provide np conversion data type as input argument for decode_numpy_and_apply_shape #18

Open
yinxi-db opened this issue May 31, 2023 · 0 comments

Comments

@yinxi-db
Copy link

In the deltadataset.py implementation, decode_numpy_and_apply_shape convert a binary column of the delta table to numpy arrays with np.frombuffer(bytes, np.uint8).
The API can be more general if the converted data type is configurable and can be set as input argument of the method.

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

No branches or pull requests

1 participant