空青
空青
macOS 13.0 会莫名其妙的闪退
create table t ( _amount numeric(18,2) ); 生成的是String,需要BigDecimal
 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 > > 看我上面的回答。 请问,是不修复这个问题吗,(虽然重载的写法本身就是坑)
> This could use a test that exposes the bug. why not merge
When I set the object property string to "1970-01-01 00:00:00" ,throw exception,below the debug  When I set the object property string to "1970-01-01 08:00:00" ,avoid exception,database query show 
> Good day, @yanye666 ! > > > > How do you set null timestamp? > > > > Here is my code that works for latest version 0.6.2 >...