generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Pathing expressions with consecutive path wildcards (e.g. [*][*] should be valid syntax. The following should be a valid PartiQL expression:
[[{'a': 1}]][*][*].a -- output result should be `<< 1 >>`
The above query gives the following syntax error:
Err(ErrorData { errors: [UnexpectedToken(Located { inner: UnexpectedTokenData { token: "[" }, location: Location { start: BytePosition(ByteOffset(4)), end: BytePosition(ByteOffset(5)) } }), UnexpectedEndOfInput], offsets: LineOffsetTracker { line_starts: [ByteOffset(0)] } })
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working