vesoft-inc/nebula-go

What if user wants to pass in a `int64` as param?

wenhaocs opened this issue · 3 comments

Please check the FAQ documentation before raising an issue

Describe the bug (required)

Take a look at here: https://github.com/vesoft-inc/nebula-go/blob/master/session.go#L281

Your Environments (required)

  • OS: uname -a
  • Commit id (e.g. a3ffc7d8)

How To Reproduce(required)

Steps to reproduce the behavior:

  1. Step 1
  2. Step 2
  3. Step 3

Expected behavior

Additional context

Seeing this error when trying to pass int64

failed to parse params: Only support convert boolean/float/int/string/map/list to nebula.Value but int64"

Hey hi!
Can I work on this?