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

Feature request: support for loading pickled results from Hybrid Jobs #18

Closed
kshyatt-aws opened this issue Dec 7, 2022 · 1 comment · Fixed by #88
Closed

Feature request: support for loading pickled results from Hybrid Jobs #18

kshyatt-aws opened this issue Dec 7, 2022 · 1 comment · Fixed by #88
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@kshyatt-aws
Copy link
Contributor

kshyatt-aws commented Dec 7, 2022

Describe the feature you'd like
Amazon Braket Hybrid Jobs may encapsulate job results in a Python pickle file, especially if the results are large or contain images. Currently Julia isn't able to natively read pickle files (e.g. without shelling out to Python or using PythonCall.jl). Ideally we'd be able to un-pickle these files without any dependency on Python.

Is this feature already present in the Python SDK?
Yes, there is support for pickled results files.

How would this feature be used? Please describe.
Users would be able to extract their results without having to use or install Python.

Describe alternatives you've considered
You can currently use pickle either via the shell (e.g. running a cmd) or PythonCall, but this isn't ideal behavior.

Additional context
There are some nascent pure Julia packages for un-pickling (e.g. Pandas.jl and Pickle.jl). Any implementation of this feature should explain why a particular package was chosen.

@kshyatt-aws kshyatt-aws added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Dec 7, 2022
@WingCode WingCode mentioned this issue Jun 10, 2024
6 tasks
@rmshaffer rmshaffer linked a pull request Jun 11, 2024 that will close this issue
6 tasks
@WingCode
Copy link

I would like to submit my PR for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants