aws-samples / aws-samples/amazon-aggregation-query-proxy

the AQP filters out duplicated items

Open
#3 0 comments 0 reactions 1 assignee Claimed by @nwheeler81 View on GitHub
good first issue
Dominant language
Java
Stars
8
Forks
1
PR merge metrics
No merged PRs in 30d

Description

the DDB connector ignores duplicated items, for example,

Input:
{"col2": 1, "col0": "0", "col1": "0"}
{"col2": 1, "col0": "0", "col1": "0"}
{"col2": 1, "col0": "0", "col1": "0"}
{"col2": 1, "col0": "0", "col1": "0"}
{"col2": 1, "col0": "0", "col1": "0"}
{"col2": 1, "col0": "0", "col1": "0"}
{"col2": 1, "col0": "0", "col1": "0"}

Output:
"response": [
{
"resultSet": [
{
"cnt": 1
}
]
}
]

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.