-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[Data] - Add _source_paths to filedatasources #57574
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -208,7 +208,8 @@ def __init__( | |||||
| self._local_scheduling = NodeAffinitySchedulingStrategy( | ||||||
| ray.get_runtime_context().get_node_id(), soft=False | ||||||
| ) | ||||||
|
|
||||||
| # Need this property for lineage tracking | ||||||
| self._unresolved_paths = paths | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit: To make its intention clear (that these are original/source paths) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we keep it
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @sanketrai i'm not following? Why can't you use There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We can use, it's just that we have been using
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh, i see what you're saying. That makes sense. @goutamvenkat-anyscale i'm fine in that case with _unresolved_paths |
||||||
| paths, self._filesystem = _resolve_paths_and_filesystem(paths, filesystem) | ||||||
| filesystem = RetryingPyFileSystem.wrap( | ||||||
| self._filesystem, | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.