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 create default experiment error #1502

Merged

Conversation

jimthompson5802
Copy link
Contributor

What changes are proposed in this pull request?

Fix #1499 This adds additional condition test to properly handle experiment data stored as unicode data type.

How is this patch tested?

Tested manually

Release Notes

Is this a user-facing change?

  • No. You can skip the rest of this section.
  • Yes. Give a description of this change to be included in the release notes for MLflow users.

(Details in 1-2 sentences. You can just refer to another PR with a description if this PR is part of a larger change.)

What component(s) does this PR affect?

  • UI
  • CLI
  • API
  • REST-API
  • Examples
  • Docs
  • Tracking
  • Projects
  • Artifacts
  • Models
  • Scoring
  • Serving
  • R
  • Java
  • Python

How should the PR be classified in the release notes? Choose one:

  • rn/breaking-change - The PR will be mentioned in the "Breaking Changes" section
  • rn/none - No description will be included. The PR will be mentioned only by the PR number in the "Small Bugfixes and Documentation Updates" section
  • rn/feature - A new user-facing feature worth mentioning in the release notes
  • rn/bug-fix - A user-facing bug fix worth mentioning in the release notes
  • rn/documentation - A user-facing documentation change worth mentioning in the release notes

@mateiz
Copy link
Contributor

mateiz commented Sep 3, 2019

LGTM, thanks for the fix.

@mateiz mateiz merged commit a3da285 into mlflow:master Sep 3, 2019
ustcscgyer pushed a commit to ustcscgyer/mlflow that referenced this pull request Sep 5, 2019
Fix mlflow#1499 This adds additional condition test to properly handle experiment data stored as unicode data type.
@smurching smurching added the rn/bug-fix Mention under Bug Fixes in Changelogs. label Sep 30, 2019
@jimthompson5802 jimthompson5802 deleted the fix_create_default_experiment_error branch October 17, 2019 02:35
avflor pushed a commit to avflor/mlflow that referenced this pull request Aug 22, 2020
Fix mlflow#1499 This adds additional condition test to properly handle experiment data stored as unicode data type.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rn/bug-fix Mention under Bug Fixes in Changelogs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ERROR mlflow.cli: Error initializing backend store (Postgres backend)
3 participants