Skip to content

No longer print time on hidden query#93270

Merged
alexey-milovidov merged 3 commits intoClickHouse:masterfrom
colesmith54:bugfix/91532
Jan 1, 2026
Merged

No longer print time on hidden query#93270
alexey-milovidov merged 3 commits intoClickHouse:masterfrom
colesmith54:bugfix/91532

Conversation

@colesmith54
Copy link
Copy Markdown
Contributor

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

Temporarily sets the print-time-to-stderr flag to false while processing the initial query. Closes #91532.

@clickhouse-gh
Copy link
Copy Markdown
Contributor

clickhouse-gh Bot commented Dec 31, 2025

Workflow [PR], commit [91fa9c5]

Summary:

job_name test_name status info comment
Integration tests (arm_binary, distributed plan, 2/4) failure
test_userspace_page_cache/test.py::test_size_adjustment FAIL cidb, issue
BuzzHouse (amd_debug) failure
Logical error: 'Inconsistent AST formatting: the query: (STID: 1941-1bfa) FAIL cidb, issue

@clickhouse-gh clickhouse-gh Bot added the pr-not-for-changelog This PR should not be mentioned in the changelog label Dec 31, 2025
Comment thread programs/local/LocalServer.cpp
nit: comments
@alexey-milovidov alexey-milovidov self-assigned this Dec 31, 2025
@alexey-milovidov alexey-milovidov merged commit 2a0e1ee into ClickHouse:master Jan 1, 2026
126 of 131 checks passed
@robot-ch-test-poll robot-ch-test-poll added the pr-synced-to-cloud The PR is synced to the cloud repo label Jan 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

can be tested Allows running workflows for external contributors pr-not-for-changelog This PR should not be mentioned in the changelog pr-synced-to-cloud The PR is synced to the cloud repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When I run clickhouse-local with the --time option and an input table, it outputs the time twice.

3 participants