Jatan Porecha

Results 2 issues of Jatan Porecha

Hello, I am trying to load Parquet file to Clickhouse table using `com.clickhouse.client.ClickHouseClient` and the execution fails at the end with the following exception. Please note that the data does...

bug

### Expected Behavior For the following record, ``` @Introspected @Serdeable public record Employee(String firstName, String lastName) { } ``` and controller ``` @Controller("/api/employees") public class EmployeeController { private static final...