-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.1.0 在线全量导入失败 —— 最终确认非问题 #699
Comments
我自己导出了一份数据再导入,没有遇到问题,不过我的版本比较新,用的命令是 |
@zhjwpku 嗯,我也看到新版本命令不太一样。因为我们信息安全,不方便直接上传文件(之前忘了这点)。我从java客户端的UT取的数据: 这个类的3个变量:IMPORT_SCHEMA,IMPORT_DATA_PERSON_DESC,IMPORT_DATA_PERSON IMPORT_SCHEMA,IMPORT_DATA_PERSON_DESC用来构造import.config文件,file下补充"path": ".//person.csv"。IMPORT_DATA_PERSON 构造person.csv 稍微有点麻烦,看方便测试吗?或者看可以发一下你用的数据吗? |
我用的数据就是自带的 template movie |
ok,是这里吗?https://github.com/TuGraph-family/tugraph-db/blob/master/demo/movie/import.json |
试了下,是一样的报错,怀疑大概率是4.1.0的bug |
@zhjwpku 最新验证发现可以成功导入,此前失败可能是环境被污染的原因。属于非问题 |
在线全量导入功能,遇到json解析失败,想确认是否为bug,还是需要输入要特殊适配吗?
Environment:
Describe the bug
全量导入异常截图:
初步排查:同样的数据,增量导入正常
How to reproduce and expected behavior
数据源:是用lgraph_export导出已有数据生成的 import.config及其关联的csv文件。如果定位需要的话,我把文件传上来
使用命令: lgraph_import --online true --full true -g lq_test -c import.config --url http://127.0.0.1:7070/ -u admin -p 73@TuGraph --delimiter , -i true
预期:能正常导入
The text was updated successfully, but these errors were encountered: