[JBoss JIRA] (TEIID-4820) Move the infinispan connector project to the JDG repo
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-4820?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-4820:
---------------------------------------
I'm asking you: "did you intend to do this"
And you are asking me: "is that even possible"
So we'll work on the second question first. I don't see that it's a fully circular issue as the feature pack build for jdg is not dependent upon the feature pack build for the main project - but it would require a build sequence along the lines of a regular module build of the main project, then a full build of jdg including feature pack, then a feature pack build of the main project. Now whether that is desirable is really what I'm asking - did you intend for that? Or should that line be removed from the community server-provisioning.xml, and there by the community kit will be fully independent of JDG?
> Move the infinispan connector project to the JDG repo
> -----------------------------------------------------
>
> Key: TEIID-4820
> URL: https://issues.jboss.org/browse/TEIID-4820
> Project: Teiid
> Issue Type: Task
> Components: JDG Connector
> Affects Versions: 9.3
> Reporter: Van Halbert
> Assignee: Van Halbert
> Priority: Critical
> Fix For: 9.3
>
>
> Move the infinispan (JDG) project to the jdg repo.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months
[JBoss JIRA] (TEIID-4646) Add engine support for lead/lag aggregate functions
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-4646?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-4646:
---------------------------------------
a user defined aggregate function marked as analytic can be created as a replacement.
For pushdown support a source function can be created:
create foreign function first_value(arg object) returns object options ("teiid_rel:aggregate" true, "teiid_rel:analytic" true)
However since there isn't a good method for generic typing, this results in a function that is weakly typed.
Built-in engine and pushdown support is not a huge effort, but is currently scheduled further out. You may want to open a support issue for faster inclusion.
> Add engine support for lead/lag aggregate functions
> ---------------------------------------------------
>
> Key: TEIID-4646
> URL: https://issues.jboss.org/browse/TEIID-4646
> Project: Teiid
> Issue Type: Enhancement
> Components: JDBC Connector, Misc. Connectors, Query Engine
> Reporter: Steven Hawkins
> Fix For: 10.0
>
>
> Lead/lag and first_value/last_value analytical function support should be added to the engine with appropriate pushdown support.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months
[JBoss JIRA] (TEIID-4820) Move the infinispan connector project to the JDG repo
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-4820?page=com.atlassian.jira.plugin... ]
Van Halbert commented on TEIID-4820:
------------------------------------
If the server-provisioning.xml is to pull in the infinispan feature pack, the JDG feature would have had to be built. However, the JDG build requires that Teiid be built first (has dependencies on Teiid). Therefore, the feature pack wouldn't be available unless the server-provisioning.xml depends on an older version.
Maybe I'm missing something.
> Move the infinispan connector project to the JDG repo
> -----------------------------------------------------
>
> Key: TEIID-4820
> URL: https://issues.jboss.org/browse/TEIID-4820
> Project: Teiid
> Issue Type: Task
> Components: JDG Connector
> Affects Versions: 9.3
> Reporter: Van Halbert
> Assignee: Van Halbert
> Priority: Critical
> Fix For: 9.3
>
>
> Move the infinispan (JDG) project to the jdg repo.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months
[JBoss JIRA] (TEIID-4829) odata4 fails to return data on top of mongoDB view model
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-4829?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-4829:
---------------------------------------
[~van.halbert] that's what I was mentioning above, but I have not verified that. If you have double checked and see that it's need, then yes an issue will be needed.
> odata4 fails to return data on top of mongoDB view model
> ---------------------------------------------------------
>
> Key: TEIID-4829
> URL: https://issues.jboss.org/browse/TEIID-4829
> Project: Teiid
> Issue Type: Bug
> Components: Misc. Connectors
> Affects Versions: 8.12.9.6_3
> Environment: Noticed in JDV 6.3.4
> Reporter: Michael Echevarria
> Assignee: Steven Hawkins
> Priority: Critical
> Attachments: Screenshot from 2017-03-28 15-38-25.png, Screenshot from 2017-03-28 15-38-32.png, Screenshot from 2017-03-28 15-38-46.png, Screenshot from 2017-03-28 15-38-56.png, designer-length-added.png, mongo-view-error.png, odata2-works.png, odata4-error.png, odata4-with-length-changed.png
>
>
> Description of problem:
> Accessing either an exclusive view model or combined view model for a mongoDB datasource via odata4 results in an error.
> The data returns via odata2, jdbc and preview in the designer
> Version-Release number of selected component (if applicable):
> JDV 6.3.4
> Actual results:
> Property mapping error
> Expected results:
> Model data
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months
[JBoss JIRA] (TEIID-4820) Move the infinispan connector project to the JDG repo
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-4820?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-4820:
---------------------------------------
I may not be articulating this clearly enough.
In build/server-provisioning.xml it pulls in the infinispan/jdg feature pack. In the pull request, that was left as is. So I'm trying to clarify if you expect the community wildfly kit to pull in the jdg feature pack still.
> Move the infinispan connector project to the JDG repo
> -----------------------------------------------------
>
> Key: TEIID-4820
> URL: https://issues.jboss.org/browse/TEIID-4820
> Project: Teiid
> Issue Type: Task
> Components: JDG Connector
> Affects Versions: 9.3
> Reporter: Van Halbert
> Assignee: Van Halbert
> Priority: Critical
> Fix For: 9.3
>
>
> Move the infinispan (JDG) project to the jdg repo.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months