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
I searched the issues and found no similar issues.
Component
Library/core
Feature
In certain environment there is a need not to rely on persistence storage (local disk, S3, etc.). Currently, when a transform is initialized, it defines the folders where the input and output for the transform reside. It would be desirable to identify an alternative approach where the referenced input/output are in-memory objects.
Are you willing to submit a PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Isn't this a call to transform() with an arrow Table or transform_binary() with byte array and file name (dummy perhaps) that indicates the file extension? If not, can you suggest an API?
Search before asking
Component
Library/core
Feature
In certain environment there is a need not to rely on persistence storage (local disk, S3, etc.). Currently, when a transform is initialized, it defines the folders where the input and output for the transform reside. It would be desirable to identify an alternative approach where the referenced input/output are in-memory objects.
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: