[JBoss JIRA] Closed: (TEIID-694) Equality comparison of JoinPredicate returns true even when JoinPredicate criteria is different
by Steve Hawkins (JIRA)
[ https://jira.jboss.org/browse/TEIID-694?page=com.atlassian.jira.plugin.sy... ]
Steve Hawkins closed TEIID-694.
-------------------------------
> Equality comparison of JoinPredicate returns true even when JoinPredicate criteria is different
> -----------------------------------------------------------------------------------------------
>
> Key: TEIID-694
> URL: https://jira.jboss.org/browse/TEIID-694
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Reporter: Larry O'Leary
> Assignee: Larry O'Leary
> Priority: Minor
> Fix For: 6.2.0
>
> Original Estimate: 15 minutes
> Remaining Estimate: 15 minutes
>
> When comparing the following command objects the commands evaluate as equal when performing c1.equals(c2) even though the criteria is different in the two commands:
> c1 = SELECT bqt1.smalla.intkey, bqt1.smallb.intkey, bqt1.smalla.intnum, bqt1.smallb.intnum FROM bqt1.smalla LEFT OUTER JOIN bqt1.smallb ON bqt1.smalla.intkey = bqt1.smallb.intkey AND bqt1.smallb.intnum = 1
> c2 = SELECT bqt1.smalla.intkey, bqt1.smallb.intkey, bqt1.smalla.intnum, bqt1.smallb.intnum FROM bqt1.smalla LEFT OUTER JOIN bqt1.smallb ON bqt1.smalla.intkey = bqt1.smallb.intkey
> This is due to the method com.metamatrix.query.sql.lang.JoinPredicate.equals(Object obj) referencing itself when getting the criteria from itself and the obj being passed in:
> ...
> List thisCrit = this.getJoinCriteria();
> ...
> List otherCrit = this.getJoinCriteria();
> ...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (TEIID-563) Exporting the configuration, via console or utility, the configuration system properties now contains everything in the system, not just defined by the Configuration component type
by Van Halbert (JIRA)
Exporting the configuration, via console or utility, the configuration system properties now contains everything in the system, not just defined by the Configuration component type
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: TEIID-563
URL: https://jira.jboss.org/jira/browse/TEIID-563
Project: Teiid
Issue Type: Bug
Components: Common
Affects Versions: 6.1.0
Reporter: Van Halbert
Assignee: Steven Hawkins
When exporting the configuration, using either the console or the configexport utility, the configuration properties segment now contains all the properties that exist when calling System.getProperties(), instead only what is defined by the Configuration component type.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months