vesoft-inc / nebula-python

Client API of Nebula Graph in Python
194 stars 76 forks source link

`get_tag_schema()` returns non-decoded result #242

Closed Aiee closed 1 year ago

Aiee commented 1 year ago

Please check the FAQ documentation before raising an issue

Describe the bug (required) get_tag_schema() returns non-decoded result

Your Environments (required)

How To Reproduce(required) Ref: https://discuss.nebula-graph.com.cn/t/topic/11447/4

Expected behavior

Additional context

HarrisChu commented 1 year ago

marked as known issue.

root cause:

  1. meta stores the default value as Expression.
  2. and it could not decode in python client.