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

importer: rand other types by stats #5848

Merged
merged 3 commits into from Feb 11, 2018
Merged

Conversation

hanfei1991
Copy link
Member

No description provided.

@shenli
Copy link
Member

shenli commented Feb 9, 2018

LGTM

@shenli
Copy link
Member

shenli commented Feb 10, 2018

/run-all-tests

@hanfei1991 hanfei1991 added the status/LGT1 Indicates that a PR has LGTM 1. label Feb 10, 2018
func randTimestamp(min string, max string) string {
func randTimestamp(col *column) string {
if col.hist != nil {
return col.hist.randDate("SECOND", "%Y-%m-%d", dateTimeFormat)
Copy link
Member

Choose a reason for hiding this comment

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

Why the format only contains date part?

@coocood
Copy link
Member

coocood commented Feb 11, 2018

LGTM

@winoros winoros added status/LGT2 Indicates that a PR has LGTM 2. all-tests-passed and removed status/LGT1 Indicates that a PR has LGTM 1. labels Feb 11, 2018
@hanfei1991 hanfei1991 merged commit 8af98f5 into pingcap:master Feb 11, 2018
@hanfei1991 hanfei1991 deleted the rand_other branch February 11, 2018 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/LGT2 Indicates that a PR has LGTM 2.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants