AdmondGuo
AdmondGuo
Here is my code: ``` select owner, owner_email, owner_mgr, owner_mgr_email, week_begin, actual_hour, working_days*8 as working_hour from( select owner, owner_email, owner_mgr, owner_mgr_email, week_begin, sum(ts_hour) as actual_hour from workload_union where owner_active=1 group...
## Problem I use Byzer to send mail according to [this](https://docs.byzer.org/#/byzer-lang/zh-cn/extension/et/SendMessage?id=%e5%a6%82%e4%bd%95%e5%8f%91%e9%80%81%e9%82%ae%e4%bb%b6) document. I'd like to send email with config "mail.smtp.starttls.enable=true", so I add configuration `properties.mail.smtp.starttls.enable`= "true" to sendEmail ET. Here...
When I tried to convert map into vector by using VecMapInPlace, it threw exception. My Byzer code like this: ``` set jsonStr=''' {"features":{"a":1.6,"b":1.2},"label":0.0} {"features":{"a":1.5,"b":0.2},"label":0.0} {"features":{"a":1.6,"b":1.2},"label":0.0} {"features":{"a":1.6,"b":7.2},"label":0.0} '''; load jsonStr.`jsonStr` as...
### Sometims I can not get code suggestion after typing '--' for code annotation in code. Text: ``` --#%python select * from jsonStr.`abc` as qwe; s[cursor] ``` Form Data: ```...
## EXAMPLE: load jdbc.`jdbc_connect.job_info` as jobinfo1; -- size of job_info is about 600M -- can not get effective result ## ROOT CAUSE: The engine only catches exceptions, but not errors.
### 描述 在读取csv文件时,发现如果文件的编码不是 utf-8,那么添加的参数encoding就会失效并产生乱码。
discord/wechat/qq/clack?
### Is there an existing issue for this? - [X] I have searched the existing issues ### Environment ```markdown - Milvus version: v2.2x - Deployment mode(standalone or cluster):cluster - MQ...