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

Add Examples for batch.Column(n).AppendRow in columnar_insert.go #1410

Merged
merged 3 commits into from
Sep 23, 2024

Conversation

achmad-dev
Copy link
Contributor

Summary

Add examples demonstrating the usage of batch.Column(n).AppendRow in the columnar_insert.go file.

Checklist

Delete items not relevant to your PR:

  • Unit and integration tests covering the common scenarios were added
  • A human-readable description of the changes was provided to include in CHANGELOG
  • For significant changes, documentation in https://github.com/ClickHouse/clickhouse-docs was updated with further explanations or tutorials

@CLAassistant
Copy link

CLAassistant commented Sep 20, 2024

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@jkaflik jkaflik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution! LGTM

@jkaflik jkaflik merged commit 360020f into ClickHouse:main Sep 23, 2024
16 checks passed
codeboten referenced this pull request in open-telemetry/opentelemetry-collector-contrib Sep 24, 2024
….29.0 (#35397)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/ClickHouse/clickhouse-go/v2](https://redirect.github.com/ClickHouse/clickhouse-go)
| `v2.28.3` -> `v2.29.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fClickHouse%2fclickhouse-go%2fv2/v2.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fClickHouse%2fclickhouse-go%2fv2/v2.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fClickHouse%2fclickhouse-go%2fv2/v2.28.3/v2.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fClickHouse%2fclickhouse-go%2fv2/v2.28.3/v2.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>ClickHouse/clickhouse-go
(github.com/ClickHouse/clickhouse-go/v2)</summary>

###
[`v2.29.0`](https://redirect.github.com/ClickHouse/clickhouse-go/blob/HEAD/CHANGELOG.md#v2290-2024-09-24----Release-notes-generated-using-configuration-in-githubreleaseyml-at-main---)

[Compare
Source](https://redirect.github.com/ClickHouse/clickhouse-go/compare/v2.28.3...v2.29.0)

#### What's Changed

##### Enhancements 🎉

- Add ability to handle context cancellations for TCP protocol by
[@&#8203;tinybit](https://redirect.github.com/tinybit) in
[https://github.com/ClickHouse/clickhouse-go/pull/1389](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1389)

##### Other Changes 🛠

- Add Examples for batch.Column(n).AppendRow in columnar_insert.go by
[@&#8203;achmad-dev](https://redirect.github.com/achmad-dev) in
[https://github.com/ClickHouse/clickhouse-go/pull/1410](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1410)

#### New Contributors

- [@&#8203;achmad-dev](https://redirect.github.com/achmad-dev) made
their first contribution in
[https://github.com/ClickHouse/clickhouse-go/pull/1410](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1410)
- [@&#8203;tinybit](https://redirect.github.com/tinybit) made their
first contribution in
[https://github.com/ClickHouse/clickhouse-go/pull/1389](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1389)

**Full Changelog**:
ClickHouse/clickhouse-go@v2.28.3...v2.29.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
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.

3 participants