liuxiaocs7 opened a new pull request, #465:
URL: https://github.com/apache/incubator-hugegraph-toolchain/pull/465
- SubTask of #298
- Close #299
fix data type transfer when number in database but declare as text(string)
in schema.
eg:
```
29 -> "29"
199.67 -> "199.67"
```
result(metrics log):
```
>> HugeGraphLoader worked in NORMAL MODE
vertices/edges loaded this time : 8/0
--------------------------------------------------
count metrics
input read success : 8
input read failure : 0
vertex parse success : 8
vertex parse failure : 0
vertex insert success : 8
vertex insert failure : 0
edge parse success : 0
edge parse failure : 0
edge insert success : 0
edge insert failure : 0
--------------------------------------------------
meter metrics
total time : 0.062s
read time : 0.036s
load time : 0.026s
vertex load time : 0.026s
vertex load rate(vertices/s) : 307
edge load time : 0s
edge load rate(edges/s) : -1
```
Local UTs:
<img width="247" alt="Snipaste_2023-05-18_02-26-59"
src="https://github.com/apache/incubator-hugegraph-toolchain/assets/42756849/cd7de111-9cd5-4576-9da6-40506a58b02a">
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]