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

executor: Load data ignore default value is nil and add log #1953

Merged
merged 4 commits into from
Nov 5, 2016

Conversation

zimulala
Copy link
Contributor

@zimulala zimulala commented Nov 5, 2016

  • load data ignore default value is nil when the not null flag is true

  • add log

@zimulala
Copy link
Contributor Author

zimulala commented Nov 5, 2016

PTAL @coocood @ngaut

if !ignoreErr {
return errors.Trace(err)
}
log.Warning("ignoreErr err:%v", errors.ErrorStack(err))
Copy link
Member

Choose a reason for hiding this comment

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

s/ignoreErr/ignore/

@ngaut
Copy link
Member

ngaut commented Nov 5, 2016

LGTM

@zimulala zimulala merged commit 40ad2ba into master Nov 5, 2016
@zimulala zimulala deleted the zimuxia/loaddata branch November 5, 2016 08:35
coocood pushed a commit that referenced this pull request Nov 5, 2016
* executor: load data ignore default value is nil and add log
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.

2 participants