[JBoss JIRA] (TEIID-2735) applied the nightly build teiid-8.6.0.Alpha2-20131005.071615-1-jboss-dist.zip on Jboss-EAP 6.1 and cannot deploy my vdb onto the teiid server
by vidya vangeepuram (JIRA)
[ https://issues.jboss.org/browse/TEIID-2735?page=com.atlassian.jira.plugin... ]
vidya vangeepuram updated TEIID-2735:
-------------------------------------
Description:
When i try to deploy the vdb after applying the nightly version Teiid teiid-8.6.0.Alpha2-20131005.071615-1-jboss-dist.zip, i get
"VDB Not Deployed.One or more models in VDB are either missing a translator name or have a translator name that is not found on the current teiid server.”
was:When i try to deploy the vdb after applying the nightly version
> applied the nightly build teiid-8.6.0.Alpha2-20131005.071615-1-jboss-dist.zip on Jboss-EAP 6.1 and cannot deploy my vdb onto the teiid server
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: TEIID-2735
> URL: https://issues.jboss.org/browse/TEIID-2735
> Project: Teiid
> Issue Type: Feature Request
> Reporter: vidya vangeepuram
> Assignee: Steven Hawkins
>
> When i try to deploy the vdb after applying the nightly version Teiid teiid-8.6.0.Alpha2-20131005.071615-1-jboss-dist.zip, i get
> "VDB Not Deployed.One or more models in VDB are either missing a translator name or have a translator name that is not found on the current teiid server.”
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 1 month
[JBoss JIRA] (TEIID-2727) Like operator does not work in MongoDB translator
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-2727?page=com.atlassian.jira.plugin... ]
Ramesh Reddy updated TEIID-2727:
--------------------------------
Fix Version/s: 8.4.1
> Like operator does not work in MongoDB translator
> -------------------------------------------------
>
> Key: TEIID-2727
> URL: https://issues.jboss.org/browse/TEIID-2727
> Project: Teiid
> Issue Type: Bug
> Components: Misc. Connectors
> Affects Versions: 8.4
> Reporter: Ramesh Reddy
> Assignee: Ramesh Reddy
> Fix For: 8.4.1, 8.6
>
>
> The issue is similar to http://stackoverflow.com/questions/5608584/how-to-query-mongodb-with-like...
> for query like
> {code}
> select * from city where city like 'ACM%'
> {code}
> Current query expression generated which is correct for javascript environment is
> {code}
> $match:{ "city" : "/^ACM/"}
> $project:{ "_m0" : "$_id" , "_m1" : "$city" , "_m2" : "$state" , "_m3" : "$pop"}
> {code}
> but when executing from java, java driver wants like
> {code}
> $match:{ "city" : { "$regex" : "^ACM"}}
> $project:{ "_m0" : "$_id" , "_m1" : "$city" , "_m2" : "$state" , "_m3" : "$pop"}
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 1 month
[JBoss JIRA] (TEIID-2734) Add native query support to Cassandra
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-2734:
-------------------------------------
Summary: Add native query support to Cassandra
Key: TEIID-2734
URL: https://issues.jboss.org/browse/TEIID-2734
Project: Teiid
Issue Type: Enhancement
Components: Misc. Connectors
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.6
The Cassandra translator should support both the native-query extension property and the ability to execute arbitrary CQL.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 1 month
[JBoss JIRA] (TEIID-2733) TEIID-2633 goes too far
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2733?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-2733.
-----------------------------------
Resolution: Done
Added logic when marking an access node as dependent to check if there is any related optional join condition.
> TEIID-2633 goes too far
> -----------------------
>
> Key: TEIID-2733
> URL: https://issues.jboss.org/browse/TEIID-2733
> Project: Teiid
> Issue Type: Quality Risk
> Components: Query Engine
> Affects Versions: 8.4.1, 8.5, 7.7.8
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 8.6
>
>
> TEIID-2633 can have a negative performance impact if discovered transitive criteria is removed that could help filter more rows from a multi-column dependent join.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 1 month
[JBoss JIRA] (TEIID-2733) TEIID-2633 goes too far
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-2733:
-------------------------------------
Summary: TEIID-2633 goes too far
Key: TEIID-2733
URL: https://issues.jboss.org/browse/TEIID-2733
Project: Teiid
Issue Type: Quality Risk
Components: Query Engine
Affects Versions: 7.7.8, 8.5, 8.4.1
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.6
TEIID-2633 can have a negative performance impact if discovered transitive criteria is removed that could help filter more rows from a multi-column dependent join.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 1 month