-
Notifications
You must be signed in to change notification settings - Fork 1.1k
fix(dask): Preserve remote URIs (e.g. s3://) in DaskOfflineStore path #5208
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
base: master
Are you sure you want to change the base?
fix(dask): Preserve remote URIs (e.g. s3://) in DaskOfflineStore path #5208
Conversation
Please sign the commit so that DCO commit pass |
e66f15e
to
9356173
Compare
… resolution Signed-off-by: sanghyun <[email protected]> Signed-off-by: Sanghyun Kim <[email protected]>
refactor: use FileSource.get_uri_for_file_path for remote URI resolution Signed-off-by: Sanghyun Kim <[email protected]>
Signed-off-by: Sanghyun Kim <[email protected]>
9356173
to
806d0c4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
@predictorsSH There is 1 more instance in the same file where absolute path is not correctly set up https://github.com/feast-dev/feast/blob/master/sdk/python/feast/infra/offline_stores/dask.py#L472 |
… remote URIs Signed-off-by: sanghyun <[email protected]>
Thanks! I've applied the same fix to |
@predictorsSH can you run the linter? |
Signed-off-by: sanghyun <[email protected]>
I've applied the formatting using make format-python |
… resolution
What this PR does / why we need it:
Which issue(s) this PR fixes:
Misc