2 CommonTransactionTests Hang, commented out for now
----------------------------------------------------
Key: TEIID-889
URL: https://jira.jboss.org/jira/browse/TEIID-889
Project: Teiid
Issue Type: Bug
Components: Integration Tests
Affects Versions: 7.0
Reporter: Van Halbert
Assignee: Steven Hawkins
2 CommonTransactionTests hang and do not complete. Not sure why at the moment, but commenting them out for now and documenting to know to go back and investigate.
- xtestMultipleSourcePartialProcessingUsingLimit
- xtestMultipleSourcePartialProcessingUsingMakedep
--
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
Make the commandcontext available to the evaluatablevisitor
-----------------------------------------------------------
Key: TEIID-513
URL: https://jira.jboss.org/jira/browse/TEIID-513
Project: Teiid
Issue Type: Feature Request
Components: Query Engine
Affects Versions: 6.1.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Minor
Fix For: 6.x
If the commandcontext is available to the evaluatablevisitor, then we can make a better decision about what determinism level to accept for planning function evaluation.
--
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
Enhancem multisource planning with aggregate pushdown
-----------------------------------------------------
Key: TEIID-776
URL: https://jira.jboss.org/jira/browse/TEIID-776
Project: Teiid
Issue Type: Feature Request
Affects Versions: 6.2.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Minor
Fix For: 6.x
Multisource modification happens after all rules have been fired, which means that aggregate and other sort/distinct pushdown optimizations do not happen.
--
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
Add REST Support to Data Services
---------------------------------
Key: TEIID-417
URL: https://jira.jboss.org/jira/browse/TEIID-417
Project: Teiid
Issue Type: Feature Request
Components: SOAP Services
Reporter: Ted Jones
Assignee: Ted Jones
Need to add support for REST to data services. REST needs be enabled in Axis2 and a REST endpoint should be added to the data services WSDL.
--
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
Getting the Procedure Parameter metadata is not supported in ODBC
-----------------------------------------------------------------
Key: TEIID-1164
URL: https://jira.jboss.org/browse/TEIID-1164
Project: Teiid
Issue Type: Bug
Components: ODBC
Affects Versions: 7.1
Reporter: Ramesh Reddy
Currently postgreSQL uses the JDBC array types in issuing the query to read the Procedure parameters. However, Teiid does not support the Array types yet in the JDBC layer, thus this is currently not implemented. This needs to be fixed to correctly return the metadata about the procedures.
--
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
Add support for connecting to Mondrian
--------------------------------------
Key: TEIID-1011
URL: https://jira.jboss.org/jira/browse/TEIID-1011
Project: Teiid
Issue Type: Feature Request
Components: JDBC Connector
Affects Versions: 7.1
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 7.1
We should add support for connecting to Mondrian (and multidimensional datasources in general) through http://www.jdbc4olap.org/.
--
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
Replace temp and fakemetadata with actual metadata classes
----------------------------------------------------------
Key: TEIID-903
URL: https://jira.jboss.org/jira/browse/TEIID-903
Project: Teiid
Issue Type: Sub-task
Components: Query Engine
Affects Versions: 8.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.0
Temp and fakemetadata are redundant with the core metadata logic. Removing fakemetadata especially would help clean up testing code and increase coverage.
--
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
Add a specific translator for Intersystems Cache
------------------------------------------------
Key: TEIID-1060
URL: https://jira.jboss.org/jira/browse/TEIID-1060
Project: Teiid
Issue Type: Feature Request
Components: JDBC Connector
Affects Versions: 7.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 7.1
--
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
Provide LOB support in ODBC
---------------------------
Key: TEIID-1163
URL: https://jira.jboss.org/browse/TEIID-1163
Project: Teiid
Issue Type: Bug
Affects Versions: 7.1
Reporter: Ramesh Reddy
Fix For: 7.2
LOB support was not provided with initial release, this needs to be supported for BLOBS, CLOBS and XML.
--
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
Provide a non-blocking JDBC api for ODBC support
------------------------------------------------
Key: TEIID-1176
URL: https://jira.jboss.org/browse/TEIID-1176
Project: Teiid
Issue Type: Feature Request
Components: JDBC Driver
Affects Versions: 7.1
Reporter: Steve Hawkins
Assignee: Steve Hawkins
Priority: Minor
Fix For: 7.2
ODBC uses netty threads to execute queries over blocking JDBC, it would be better if this could be done using a non-blocking version - which underlying the JDBC logic.
--
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