Skip to content

Conversation

@baseballyama
Copy link
Contributor

Summary

fix: #476

Essentially, I believe this should be fixed in ClickHouse itself, but until ClickHouse is updated, I would like to apply this patch as a workaround.

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

This comment was marked as resolved.

@slvrtrn
Copy link
Contributor

slvrtrn commented Nov 12, 2025

Thanks for your contribution! Failing Cloud tests are irrelevant. (can't run it for external PRs)

@slvrtrn slvrtrn merged commit 8e552d4 into ClickHouse:main Nov 12, 2025
22 of 26 checks passed
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.

Bug: Array(Bool) doesn't accept [1,0] style value, but @clickhouse/client forcibly converts [true, false] to [1, 0].

2 participants