gchq / gaffer-tools

gaffer-tools is deprecated. Use https://github.com/gchq/gafferpy instead
Apache License 2.0
50 stars 29 forks source link

Gafferpy remove duplicate CountAllElementsDefaultView operation #931

Closed t92549 closed 3 years ago

t92549 commented 3 years ago

One of the operations is correct, with the correct parameters to_json: https://github.com/gchq/gaffer-tools/blob/cb1aaf8564ca376da65e1e2845e18af7a8155af7/python-shell/src/gafferpy/gaffer_operations.py#L1164-L1175

The other has incorrect parameters and is missing a to_json: https://github.com/gchq/gaffer-tools/blob/cb1aaf8564ca376da65e1e2845e18af7a8155af7/python-shell/src/gafferpy/gaffer_operations.py#L2997-L3007