Closed gaoy121 closed 1 month ago
Solution: consider pre-processing the data by adding enclosed character
(like "
by default, as illustrated here)
Currently stuck by this issue: https://github.com/matrixorigin/matrixone/issues/16794
not working ont it
如上面截图所示,回退到issue的commit,按照issue中的步骤,是可以成功插入的,结果也是符合预期的,这种语法错误应该是必现的,怀疑是不是当时使用错误导致报错。
请用linux的环境复现(最新main和1.2-dev均能复现) szpc
129
aron开发机
这个issue报错原因就是由于mysql客户端用分号作为切割,issue里面的load,会当成两条sql发到服务端,所以报语法错误。今天在8.0和8.3的mysql客户端都试了,8.3的客户端发到服务端的是一条sql,没有做切割(所以load成功,如我上面贴的load成功的图就是在8.3的客户端测试的。所以解决这个问题,建议升级到8.3看看
@gaoy121用8.3.0的客户端试了,满足要求,issue关了
closing it
Is there an existing issue for the same bug?
Branch Name
v1.2.0
Commit ID
5522522
Other Environment Information
Actual Behavior
执行如下load data 语句报错(数据部分 Shanxi;XiAn 带分号):
报错信息如下:
Expected Behavior
No response
Steps to Reproduce
Additional information
No response