zhangdonghao
zhangdonghao
> Thanks @hawk9821 for create this PR! I think your point is right. But we'd better not modify the old url api, but create a new api and mark the...
What is the id field type for table1 ? is number(18,0) ?
Problems with oracle data type conversion , A conversion logic error caused the oracle number type to be converted to Decimal(38,18). The expectation should be Long
  The oracle number data type can store float data without specifying the precision, so seatunnel is treated as float and converted to Decimal(38,18). Change table field ID data...
是不是安装失败过,重新安装了? 删除 t_ddh_cluster_variable 表中集群编码和DOIRS相关参数,重启manager,再重新安装
> 把limit3删了, 怎么设置ulimit呢? datasophon 并不会自动设置 ulimit, 安装doris时需手动设置doris节点的unlimit
我是在安装Doirs是发现的这个问题,重新安装Doirs时,${feMaster}这个参数并没有删除也没有更新,导致重新安装异常。 在架构层统一所有组件的安装逻辑是合适的,在删除组件时清理掉组件对应的参数,不影响后续重新安装应该是必须的。 > 在重新安装服务时会更新服务对应的全局变量,是否有必要删除?
> Why are there so many file changes. Maybe you're having some problems with your git operations. Please reopen a pr which must only has your commits. Then you can...
> Thinks @hawk9821 . Good job. I think your e2e case needs to be added to the case of multi-parallelism, the current case is all single parallelism. In this way,...
Please assigned to me, ths .