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

fix the bug: duplicate key exception #11780

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

andrzej-lecki
Copy link

The exception is thrown during rest call /v3/entity/dataset/{urn}/structuredProperties for version != 0

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable). If a new feature has been added a Usage Guide has been added for the same.
  • For any breaking change/potential downtime/deprecation/big changes an entry has been made in Updating DataHub

The exception is thrown during rest call /v3/entity/dataset/{urn}/structuredProperties for version != 0
@github-actions github-actions bot added product PR or Issue related to the DataHub UI/UX community-contribution PR or Issue raised by member(s) of DataHub Community labels Nov 4, 2024
@david-leifker
Copy link
Collaborator

Thank you!

@david-leifker david-leifker self-assigned this Nov 19, 2024
@datahub-cyborg datahub-cyborg bot added the merge-pending-ci A PR that has passed review and should be merged once CI is green. label Nov 20, 2024
Copy link
Collaborator

@david-leifker david-leifker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Syntax error in the tests

/home/runner/work/datahub/datahub/metadata-io/src/main/java/com/linkedin/metadata/structuredproperties/hooks/StructuredPropertiesSoftDelete.java:33: error: ';' expected

            .collect(Collectors.toMap(Pair::getKey, Pair::getValue, (a, b) -> a)));
                                                                                 ^
1 error
> Task :metadata-io:compileJava FAILED

@hsheth2 hsheth2 removed the merge-pending-ci A PR that has passed review and should be merged once CI is green. label Nov 25, 2024
@datahub-cyborg datahub-cyborg bot added the pending-submitter-response Issue/request has been reviewed but requires a response from the submitter label Nov 25, 2024
@datahub-cyborg datahub-cyborg bot added needs-review Label for PRs that need review from a maintainer. and removed pending-submitter-response Issue/request has been reviewed but requires a response from the submitter labels Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution PR or Issue raised by member(s) of DataHub Community needs-review Label for PRs that need review from a maintainer. product PR or Issue related to the DataHub UI/UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants