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

DataPathHandler Bug Fix #531

Merged
merged 2 commits into from
Aug 3, 2022
Merged

Conversation

blee1234
Copy link
Collaborator

Fixing a bug where external data paths don't accidentally trigger the HDFS path when executing local path logic.

Namely with LocalPathChecker, it needs to have logic to identify when a path isn't HDFS and thus will not invoke HdfsUtils.exists, which currently throws an exception when non HDFS local paths get passed in.

Fixing a bug where external data paths don't accidently trigger the HDFS path when executing local path logic.
@blee1234 blee1234 force-pushed the data_path_handler_local_path_bug_fix branch from 733509d to c2b13ea Compare August 1, 2022 21:12
@blee1234 blee1234 requested a review from jaymo001 August 1, 2022 21:14
@blee1234 blee1234 force-pushed the data_path_handler_local_path_bug_fix branch 3 times, most recently from 5e8c50e to c945001 Compare August 1, 2022 21:40
@blee1234 blee1234 force-pushed the data_path_handler_local_path_bug_fix branch from c945001 to 8fc6a25 Compare August 2, 2022 18:23
@blee1234 blee1234 merged commit 5ccb7fb into main Aug 3, 2022
@blee1234 blee1234 deleted the data_path_handler_local_path_bug_fix branch August 3, 2022 02:11
ahlag pushed a commit to ahlag/feathr that referenced this pull request Aug 26, 2022
* DataPathHandler Bug Fix

Fixing a bug where external data paths don't accidently trigger the HDFS path when executing local path logic.

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

Successfully merging this pull request may close these issues.

3 participants