Skip to content

Conversation

@slabko
Copy link
Contributor

@slabko slabko commented Aug 13, 2025

Fixes #432

Additionally, add a small test for the NothingColumn type to ensure it is not forgotten.

Additionally, import it in client.h for consistency and to avoid
manually importing it each time this column type is in use.
@slabko slabko requested a review from mshustov August 13, 2025 16:45
@slabko slabko force-pushed the install-nullable-columns branch from 513ca11 to beb10fc Compare August 13, 2025 20:50
@Enmk
Copy link
Contributor

Enmk commented Aug 26, 2025

IMO it would be a good idea to not only add unit-tests, but also installation tests, to prevent the whole class of the problems.

Draft of the steps:

  • build clickhouse-cpp library
  • install it
  • ? maybe drop clickhouse source directory and build directory to make sure that only recently installed headers/binaries used
  • build clickhouse-cpp-ut binary against the installed library

@slabko slabko merged commit e63001d into master Sep 12, 2025
36 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.

columns/nothing.h is not installed

4 participants