Skip to content

Conversation

@caetanosauer
Copy link
Contributor

This fixes an issue with how we were handling text columns that are stored as byte arrays in Parquet. With a new option binary_as_text, these columns are correctly interpreted as text rather than binary, and the query results are now correct.

Once again kudos to Mark Raasveldt (@Mytherin) who reported this months ago.

This fixes an issue with how we were handling text columns that are
stored as byte arrays in Parquet. With a new option `binary_as_text`,
these columns are correctly interpreted as text rather than binary,
and the query results are now correct.

Once again kudos to Mark Raasveldt who reported this months ago.
Copy link
Member

@rschu1ze rschu1ze left a comment

Choose a reason for hiding this comment

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

I was able to reproduce the results locally, thanks!

@rschu1ze rschu1ze merged commit 6bebd48 into ClickHouse:main May 4, 2025
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