Re: [VOTE] Release Apache DolphinScheduler (Incubating) 1.3.0 (ROUND2)

2020-06-18 Thread JUN GAO
+1 I checked Download links are valid. DISCLAIMER is included. Source code artifacts have correct names matching the current release. LICENSE and NOTICE files are correct for each DolphinScheduler repo. No compiled archives bundled in source archive. lidong dai 于2020年6月18日周四 下午12:17写道: > hi J

Re: [DISCUSS] Use long instead of int type id

2020-06-18 Thread lidong dai
hi I think int type is fine, it's max value is 2^31 -1, but if you want to use long type, I also take your point Best Regards --- DolphinScheduler(Incubator) PPMC Lidong Dai 代立冬 dailidon...@gmail.com --- wu shaoj 于2020年6月18日周四 下午5:17写道: > Long type should be used >

Re: [DISCUSS] Use long instead of int type id

2020-06-18 Thread wu shaoj
Long type should be used On 2020/6/18, 12:39, "Yichao Yang" <1048262...@qq.com> wrote: Hi All In my work of version control implement, I find we use int type in code. So Do we need to use long type instead of int type ID to prevent the continuous growth of ID? In my opinion