SPLWare / esProc

esProc SPL is a scripting language for data processing, with well-designed rich library functions and powerful syntax, which can be executed in a Java program through JDBC interface and computing independently.
http://doc.scudata.com/esproc/
Apache License 2.0
4.57k stars 326 forks source link

rename函数bug 远程计算会失败 #34

Open jcjgithub opened 1 year ago

jcjgithub commented 1 year ago

版本:20230228 代码示例: String spl= "===file(\"D:\\IdeaProjects\\datasource-client\\esProc\\file\\ctx\\REGIONV20230228.ctx\").open()" + "\n>423ww=A1.cursor(R_COMMENT,R_NAME,R_REGIONKEY).fetch()" + "\n>423ww.rename(R_COMMENT:N_COMMENT,R_NAME:N_NAME,R_REGIONKEY:N_REGIONKEY)\nreturn 423ww"; 本地计算是没有问题的 当进行远程计算的时候 由于记录的主键信息 还是 之前的字段 导致在反序列化的时候报错。


image


image 希望尽快修复 我们正打算交付产品给的客户 感激不尽 不然就得走回本地计算

RQWangXiaoJun commented 1 year ago

谢谢提交此bug,已修正

jcjgithub commented 1 year ago

提个小建议  对于常用的 类似这样函数 远程计算 都回归测试下

---原始邮件--- 发件人: @.> 发送时间: 2023年4月3日(周一) 晚上9:21 收件人: @.>; 抄送: @.**@.>; 主题: Re: [SPLWare/esProc] rename函数bug 远程计算会失败 (Issue #34)

谢谢提交此bug,已修正

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>