FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix derived feature list toMap will change the original order by gglilang · Pull Request #1209 · feathr-ai/feathr · GitHub

fix derived feature list toMap will change the original order - #1209

Open
gglilang wants to merge 1 commit into
feathr-ai:mainfrom
gglilang:fixDerivedFeatureOrder
Open

fix derived feature list toMap will change the original order#1209
gglilang wants to merge 1 commit into
feathr-ai:mainfrom
gglilang:fixDerivedFeatureOrder

Conversation

Copy link
Copy Markdown

Description

When derived features also depend on some derived features, these features are in order at the same stage, but after toMap, the order will be disrupted, causing an exception to be thrown
Exception in thread "main" com.linkedin.feathr.exception.FeathrException: [FEATHR_ERROR] Error when processing derived feature feature1. Requires following features to be generated [base_feature1], but found [base_feature2, base_feature3]

How was this PR tested?

Does this PR introduce any user-facing changes?

  • No. You can skip the rest of this section.
  • Yes. Make sure to clarify your proposed changes.

xiaoyongzhu added the safe to test Tag to execute build pipeline for a PR from forked repo label Aug 3, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

safe to test Tag to execute build pipeline for a PR from forked repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL