vesoft-inc / nebula-flink-connector

Flink Connector for Nebula Graph
49 stars 30 forks source link

List table names shows address instead of strings #68

Closed liuxiaocs7 closed 2 years ago

liuxiaocs7 commented 2 years ago

In function 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]