Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

DataPathHandler Bug Fix#531

Merged
blee1234 merged 2 commits into
mainfeathr-ai/feathr:mainfrom
data_path_handler_local_path_bug_fixfeathr-ai/feathr:data_path_handler_local_path_bug_fixCopy head branch name to clipboard
Aug 3, 2022
Merged

DataPathHandler Bug Fix#531
blee1234 merged 2 commits into
mainfeathr-ai/feathr:mainfrom
data_path_handler_local_path_bug_fixfeathr-ai/feathr:data_path_handler_local_path_bug_fixCopy head branch name to clipboard

Conversation

@blee1234
Copy link
Copy Markdown
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.

Comment thread src/main/scala/com/linkedin/feathr/offline/source/pathutil/LocalPathChecker.scala Outdated
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 requested a review from xiaoyongzhu August 2, 2022 22:04
@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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.