[JBoss JIRA] (TEIID-4938) CLI getVDB operation domain mode - result of the operation is not in "result" element
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-4938?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-4938.
---------------------------------
> CLI getVDB operation domain mode - result of the operation is not in "result" element
> -------------------------------------------------------------------------------------
>
> Key: TEIID-4938
> URL: https://issues.jboss.org/browse/TEIID-4938
> Project: Teiid
> Issue Type: Bug
> Affects Versions: 9.3, 8.12.10.6_3
> Reporter: Juraj Duráni
> Assignee: Steven Hawkins
> Priority: Minor
>
> If user reads status of VDB in domain mode, result of the operation is not written in the "result" attribute, but in separate attribute. Executing same operation in standalone mode, result is in "result" element.
> {code:plain|title=Domain mode result}
> [domain@localhost:9990 /] /profile=full/subsystem=teiid:get-vdb(...)
> {
> "outcome" => "success",
> "result" => undefined,
> "server-groups" => {"main-server-group" => {"host" => {"master" => {
> "server-one" => {"response" => {
> "outcome" => "success",
> "result" => {...
> }
> }},
> "server-two" => {"response" => {
> "outcome" => "success",
> "result" => {...
> }
> }}
> }}}}
> }
> {code}
> {code:plain|title=Standalone mode result}
> [standalone@localhost:9990 /] /subsystem=teiid:get-vdb(...)
> {
> "outcome" => "success",
> "result" => {...
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months
[JBoss JIRA] (TEIID-1568) Partial Pushdown of WHERE clause columns
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-1568?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-1568.
---------------------------------
> Partial Pushdown of WHERE clause columns
> ----------------------------------------
>
> Key: TEIID-1568
> URL: https://issues.jboss.org/browse/TEIID-1568
> Project: Teiid
> Issue Type: Feature Request
> Reporter: Mark Addleman
> Assignee: Steven Hawkins
> Priority: Minor
>
> We have some exotic data sources that can efficiently support WHERE clause filtering on particular columns + operators combinations but are no better than Teiid for other operation. In particular, suppose I have a data source that supplies columns A and B. The data source can efficiently support A='some value' but may not support A>'value' or A!='value' and does not support efficient processing of column B at all. We would like an enhance supports* protocol to describe the particulars of a data source's capabilities with finer detail.
> Even partially solving this problem without operator support would be helpful
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months
[JBoss JIRA] (TEIID-2729) Dynamic VDB xml requires sibling elements to be in a certain order
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2729?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-2729.
---------------------------------
> Dynamic VDB xml requires sibling elements to be in a certain order
> ------------------------------------------------------------------
>
> Key: TEIID-2729
> URL: https://issues.jboss.org/browse/TEIID-2729
> Project: Teiid
> Issue Type: Enhancement
> Components: AdminApi
> Affects Versions: 8.5
> Reporter: Mark Drilling
>
> In my *-vdb.xml, I have a model defined per following snippet:
> <model name="myModel" type="PHYSICAL" visible="true">
> <source name="myModel" translator-name="hive" connection-jndi-name="Hive12Src" />
> <property name="trimColumnNames" value="true" />
> </model>
> The vdb.xml failed to parse, so I moved the <property> element ahead of <source> and then it worked.
> I don't think element ordering should matter in this case?
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months