[
https://issues.redhat.com/browse/TEIID-5976?page=com.atlassian.jira.plugi...
]
Steven Hawkins updated TEIID-5976:
----------------------------------
Description:
If we have both a virtual schema and a source schema function with the same name, f1, then
issuing a query like:
select v.f1()...
will always report that v.f1 is ambiguous because in the resolving of the function the
logic at one point disregards the schema.
Original Estimate: 3 hours
Remaining Estimate: 3 hours
virtual function with same name as source function is always
ambiguous
----------------------------------------------------------------------
Key: TEIID-5976
URL:
https://issues.redhat.com/browse/TEIID-5976
Project: Teiid
Issue Type: Bug
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 15.0
Original Estimate: 3 hours
Remaining Estimate: 3 hours
If we have both a virtual schema and a source schema function with the same name, f1,
then issuing a query like:
select v.f1()...
will always report that v.f1 is ambiguous because in the resolving of the function the
logic at one point disregards the schema.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)