Skip to content

Fix outdated batch insertion example in README#470

Open
Nirf808 wants to merge 1 commit intoClickHouse:masterfrom
Nirf808:fix-readme-batch-insert
Open

Fix outdated batch insertion example in README#470
Nirf808 wants to merge 1 commit intoClickHouse:masterfrom
Nirf808:fix-readme-batch-insert

Conversation

@Nirf808
Copy link
Copy Markdown

@Nirf808 Nirf808 commented Mar 29, 2026

The README.md example for batch insertion uses client->InsertData(block) and client->EndInsert(block). However, following the cleanup in PR #448, the actual methods in client.h are client->SendInsertBlock(block) and client->EndInsert()

@Nirf808 Nirf808 requested review from mzitnik and slabko as code owners March 29, 2026 17:39
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Mar 29, 2026

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants