空青

Results 20 comments of 空青

macOS 13.0 会莫名其妙的闪退

create table t ( _amount numeric(18,2) ); 生成的是String,需要BigDecimal

![image](https://github.com/itinycheng/flink-connector-clickhouse/assets/42414099/bd62ce96-16d5-4839-988b-80529f442943) 1.17.0

> @yanye666 这个异常和clickhouse没任何关系哈,看起来像 postgres connector 生成的java动态编译异常? 当前master分支在开发中,你可以先用branch release-1.16的代码,编译使用; 另外我想知道如何使用sink这种写法,新手不太理解catalog 与代码并存

catalog如何结合我这种写法有知道的吗

In the lower version of clickhouse, Long is not supported, only Int is used @ywill3 @standup-jb

> > 我也遇到了这个问题 我的mp版本是3.5.2 > > 看我上面的回答。 请问,是不修复这个问题吗,(虽然重载的写法本身就是坑)

When I set the object property string to "1970-01-01 00:00:00" ,throw exception,below the debug ![image](https://github.com/user-attachments/assets/ebe7045c-00c2-4f57-becf-2688b3408cec) When I set the object property string to "1970-01-01 08:00:00" ,avoid exception,database query show ![image](https://github.com/user-attachments/assets/b4068510-416c-41ec-bf1f-23a39bcb3b5c)

> Good day, @yanye666 ! > > > > How do you set null timestamp? > > > > Here is my code that works for latest version 0.6.2 >...