Alternator
Alternator copied to clipboard
Alternator is not properly supporting a few ComparisonOperator
I'm running a DynamoDBScanExpression and a few operations always fail (although they do work when I use DynamoDB on AWS)
ComparisonOperator.NE
ComparisonOperator.NOT_CONTAINS
ComparisonOperator.NULL
ComparisonOperator.NOT_NULL
I have one test that express this problem https://github.com/velo/querydsl/blob/dynamo/querydsl-dynamodb/src/test/java/com/mysema/query/dynamodb/DynamoDBQueryTest.java
Hm, interesting. These used to work, surprised the tests didn't catch it. Will have to check it out.
May be cause I'm using mapper + scanner?