Skip to content

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

@ywqzzy

Description

@ywqzzy

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)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions