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

Wrong fmt of fmt::Format in CreatingSetsBlockInputStream.cpp #5052

Closed
ywqzzy opened this issue Jun 2, 2022 · 0 comments
Closed

Wrong fmt of fmt::Format in CreatingSetsBlockInputStream.cpp #5052

ywqzzy opened this issue Jun 2, 2022 · 0 comments
Assignees
Labels
severity/minor type/bug The issue is confirmed as a bug.

Comments

@ywqzzy
Copy link
Contributor

ywqzzy commented Jun 2, 2022

Bug Report

Please answer these questions before submitting your issue. Thanks!

The code in line 275 is as follow:

msg.fmtAppend("In {.3f} sec. ", watch.elapsedSeconds());

while the right format is as follow:

msg.fmtAppend("In {:.3f} sec. ", watch.elapsedSeconds());

1. Minimal reproduce step (Required)

2. What did you expect to see? (Required)

3. What did you see instead (Required)

4. What is your TiFlash version? (Required)

@ywqzzy ywqzzy added the type/bug The issue is confirmed as a bug. label Jun 2, 2022
@ywqzzy ywqzzy self-assigned this Jun 2, 2022
@ywqzzy ywqzzy added severity/minor affects-6.0 affects-6.1 This bug affects the 6.1.x(LTS) versions. and removed affects-6.0 affects-6.1 This bug affects the 6.1.x(LTS) versions. labels Jun 2, 2022
@SeaRise SeaRise closed this as completed Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/minor type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

2 participants