mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 04:06:59 +00:00
This patch adds three more tests for the ProjectionExpression parameter of GetItem. They are tests for nested document paths like a.b[2].c. We don't support nested paths in Alternator yet (this is issue #5024), so the new tests all xfail (and pass on DynamoDB). We already had similar tests for UpdateExpression, which also needs to support document paths, but the tests were missing for ProjectionExpression. I am planning to start the implementation of document paths with ProjectionExpression (which is the simplest use of document paths), so I want the tests for this expression to be as complete as possible. Refs #5024. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20200628213208.275050-1-nyh@scylladb.com>