[ 
https://issues.apache.org/jira/browse/ASTERIXDB-3521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hussain Towaileb updated ASTERIXDB-3521:
----------------------------------------
    Description: 
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 and replicating it.

SELECT dump_index("Default", "test", "test_someName_idx") as stringIndex

UNION ALL

SELECT dump_index("Default", "test", "test_someField_idx") as intIndex;

  was:
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;


> 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
>            Priority: Major
>             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 and 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)

Reply via email to