jingchun.xia
jingchun.xia
my 2 cents: 1. template should definitely override index, and other null related settings should be ingored too. 2. no need to deal with the data type, let the user...
Regarding the array, it's better to support a mapping like below: tag.prop1 json["key1"][0]["key11"] tag.prop2 json["key1"][1]["key22"] It's up to the user how to design the json object.
Another thing is, using the common way to load driver class won't get it registered yet. Need to add to NebulaDriver some static code to call DriverManager.registerDriver(), in addtion to...
@codesigner Any chance to spare few minutes to fix this? thanks a lot.
Take a look at the code and you will understand :) https://github.com/vesoft-inc/nebula/blob/master/src/common/stats/StatsManager.cpp#L342