Skip to content

the AQP filters out duplicated items  #3

Open
@nwheeler81

Description

@nwheeler81

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
}
]
}
]

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions