mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 01:20:39 +00:00
Merged patch series from Piotr Sarna: Given the new update from DynamoDB: https://aws.amazon.com/about-aws/whats-new/2020/05/amazon-dynamodb-now-supports-empty-values-for-non-key-string-and-binary-attributes-in-dynamodb-tables/ ... empty strings are now allowed, so alternator and its tests are updated accordingly. Key values still cannot be empty, and the definition also expands to columns which act as keys in global or local secondary indexes. Fixes #6480 Tests: alternator(local, remote)