Bug 114642

Summary: Assertion failure instead of error report for bad join path
Product: [Retired] Red Hat Web Application Framework Reporter: Rafael H. Schloming <rafaels>
Component: persistenceAssignee: ccm-bugs-list
Status: CLOSED WONTFIX QA Contact: Jon Orris <jorris>
Severity: medium Docs Contact:
Priority: medium    
Version: nightlyCC: tross
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-09-28 21:37:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Rafael H. Schloming 2004-01-30 16:53:12 UTC
When a join path of length two joins through a single column rather
than two columns, the error is caught by an assertion rather than an
error check that includes a PDL line number and useful text.

The following join path should reproduce this problem:

join a.a_id to map.from_id, join map.from_id to b.b_id