Hussain Towaileb created ASTERIXDB-3521:
-------------------------------------------
Summary: Datasource functions are replicated even if used with
different arguments
Key: ASTERIXDB-3521
URL: https://issues.apache.org/jira/browse/ASTERIXDB-3521
Project: Apache AsterixDB
Issue Type: Bug
Components: FUN - Functions
Affects Versions: 0.9.9
Reporter: Hussain Towaileb
Assignee: Hussain Towaileb
Fix For: 0.9.10
Datasource functions are replicated even if used with different argument
For example the following even if called with different parameters, would end
up replicating and returning the same result by randomly picking one of the
functions anre replicating it.
SELECT dump_index("Default", "test", "test_someName_idx") as stringIndex
UNION ALL
SELECT dump_index("Default", "test", "test_someField_idx") as intIndex;
{{}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)