vesoft-inc / nebula-graph

A distributed, fast open-source graph database featuring horizontal scalability and high availability. This is an archived repo for v2.5 only, from 2.6.0 +, NebulaGraph switched back to https://github.com/vesoft-inc/nebula

Home Page:https://nebula-graph.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

list slicing bug

Shylock-Hg opened this issue · comments

(root@nebula) [nba]> return [1, 2, 3][null..1]
[ERROR (-1009)]: SemanticError: Expect integer type for subscript range bound.

Should get null.