[JBoss JIRA] (TEIID-2736) MongoDB: failed to translate to mongo query with boolean value expression
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-2736?page=com.atlassian.jira.plugin... ]
Ramesh Reddy updated TEIID-2736:
--------------------------------
Summary: MongoDB: failed to translate to mongo query with boolean value expression (was: MongoBD: failed to translate to mongo query with boolean value expression)
> MongoDB: failed to translate to mongo query with boolean value expression
> --------------------------------------------------------------------------
>
> Key: TEIID-2736
> URL: https://issues.jboss.org/browse/TEIID-2736
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 8.6
> Environment: Teiid 8.6 beta with mongoDB
> Reporter: Ivan Chan
> Assignee: Ramesh Reddy
> Labels: teiid
> Fix For: 8.6
>
>
> Fail to translate the following SQL to mongo query:
> select "grade",
> "name",
> "score",
> "state",
> "grade" as "test",
> ("name" = "state") as "name2"
> from "mongoDBDS"."grades"
> where "grade" = 'B'
> However, it works with the query contains group by and boolean value expression:
> elect "grade" as "test",
> "grade",
> ("name" = "state") as "name2",
> sum("score") as "sum_score"
> from "mongoDBDS"."grades"
> where "grade" = 'B'
> group by "grade", "grade", ("name" = "state")
> order by "grade", "test", "name2"
--
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-2740) Support Direct Query Execution with MongoDB
by Ramesh Reddy (JIRA)
Ramesh Reddy created TEIID-2740:
-----------------------------------
Summary: Support Direct Query Execution with MongoDB
Key: TEIID-2740
URL: https://issues.jboss.org/browse/TEIID-2740
Project: Teiid
Issue Type: Enhancement
Components: Misc. Connectors
Affects Versions: 8.4
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Fix For: 8.6
Direct query execution in the MongoDB was not implemented completely. This needs to be fixed as this would be a very helpful enhancement.
--
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-2738) Hive Translator does not utilize some or all of the Importer Properties.
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2738?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-2738:
---------------------------------------
Hive is not expected to support most of the importer properties as it does not utilize JDBC DatabaseMetadata, and does not import procedures nor currently keys/indexes.
Until additional import capabilities are added the N/A properties are:
autoCreateUniqueConstraints
excludeProcedures
importApproximateIndexes
importIndexes
importKeys
importProcedures
procedureNamePattern
schemaPattern
tableNamePattern
tableTypes
useCatalogName
useFullSchemaName
useProcedureSpecificName
useQualifiedName
widenUnsingedTypes
For this issue we can update the docs along those lines. The quoting related properties are applicable (but I'm not sure off hand if Hive even indicates a metadata quote string).
So essentially all we would currently look at implementing is excludeTables.
> Hive Translator does not utilize some or all of the Importer Properties.
> -------------------------------------------------------------------------
>
> Key: TEIID-2738
> URL: https://issues.jboss.org/browse/TEIID-2738
> Project: Teiid
> Issue Type: Feature Request
> Components: Misc. Connectors
> Affects Versions: 8.6
> Reporter: Andy Yip
> Assignee: Steven Hawkins
>
--
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-2737) Rename native query procedure
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2737?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-2737.
-----------------------------------
Fix Version/s: 8.6
Resolution: Done
Updated the docs and the api to use the term direct query procedure, but left the default name as native for now.
> Rename native query procedure
> -----------------------------
>
> Key: TEIID-2737
> URL: https://issues.jboss.org/browse/TEIID-2737
> Project: Teiid
> Issue Type: Quality Risk
> Components: Documentation, Query Engine
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 8.6
>
>
> We have two somewhat related native querying features - the native-query extension property used on tables/procedures/functions, and a native procedure that can be exposed to issue arbitrary statements.
> It has been proposed to rename the native query procedure to the direct query procedure (which matches the translator api).
--
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