Closed liuxiaocs7 closed 2 years ago
In function NebulaCatalog.listTables
NebulaCatalog.listTables
for (TagItem tag : metaClient.getTags(graphSpace)) { tables.add("VERTEX" + NebulaConstant.POINT + tag.tag_name); }
The string is directly spliced to the byte array.
public byte[] tag_name;
And the listTables shows:
[VERTEX.[B@3b0143d3, EDGE.[B@7b49cea0]
In function
NebulaCatalog.listTables
The string is directly spliced to the byte array.
And the listTables shows: