clickhouse-java icon indicating copy to clipboard operation
clickhouse-java copied to clipboard

pojoSerDe was not correctly resolved.

Open A-little-bit-of-data opened this issue 2 weeks ago • 1 comments

Description

Steps to reproduce

1.client-v2 0.9.4 2.The JavaBean has two fields, cs and c_s, each with getter and setter methods. During debugging, the following error was found:

Image

When performing mapping, whether it's cs or c_s, it's always retrieved using getCs().

Error Log or Exception StackTrace

Expected Behaviour

Code Example



Configuration

Client Configuration


Environment

  • [ ] Cloud
  • Client version:
  • Language version:
  • OS:

ClickHouse Server

  • ClickHouse Server version:
  • ClickHouse Server non-default settings, if any:
  • CREATE TABLE statements for tables involved:
  • Sample data for all these tables, use clickhouse-obfuscator if necessary

A-little-bit-of-data avatar Dec 09 '25 15:12 A-little-bit-of-data

thank you for reporting, @A-little-bit-of-data ! We will look into it.

chernser avatar Dec 09 '25 18:12 chernser