]
Steven Hawkins resolved TEIID-5976.
-----------------------------------
Resolution: Done
Set the schema on the generated function method so that it's fully qualified name
includes the schema.
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.