chore: link official specs of Native protocol and format#6425
Merged
Conversation
Given the original PR on core got merged. Now we can link it in the docs repo ClickHouse/ClickHouse#106720 Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
Blargian
approved these changes
Jun 22, 2026
Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
|
Docs PR opened: ClickHouse/mintlify-docs-dev#238 Updated the Native TCP interface page to link to the official Native Protocol and Native Format specifications. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Given the original PR on core got merged. Now we can link it in the docs repo
ClickHouse/ClickHouse#106720
Checklist
Note
Low Risk
Documentation and navigation only; no runtime or security behavior changes.
Overview
Publishes the Native Protocol and Native Format spec pages in the docs site now that the core specs have landed.
The native TCP interface page no longer points readers at reverse-engineering the C++ client; it links to the official specs and briefly distinguishes protocol vs. columnar format (including
FORMAT Nativeover HTTP). A Specifications subsection is added under Native clients & interfaces in the sidebar for those two docs.The temporary floating-pages exceptions for the spec paths are removed so those pages are included in the normal doc checks.
Reviewed by Cursor Bugbot for commit 647706d. Bugbot is set up for automated code reviews on this repo. Configure here.