[JBoss JIRA] (TEIID-5447) support for percent_rank, cume_dist, nth_value
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-5447?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-5447.
-----------------------------------
Fix Version/s: 11.1
Resolution: Done
Added the initial implementations and docs. Pushdown support was not added for some sources, even though a compensating expression using other analytical functions is possible. That can be added later if needed.
> support for percent_rank, cume_dist, nth_value
> ----------------------------------------------
>
> Key: TEIID-5447
> URL: https://issues.jboss.org/browse/TEIID-5447
> Project: Teiid
> Issue Type: Feature Request
> Components: Query Engine
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 11.1
>
>
> Implementations for percent_rank, cume_dist, nth_value will have similar logic to ntile TEIID-5442 so they will be simple to add as well.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months
[JBoss JIRA] (TEIID-5372) Enhance docker support
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-5372?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-5372.
-----------------------------------
Assignee: Steven Hawkins (was: Rafal Korytkowski)
Resolution: Done
Marking the parent issue as principally resolved. Created a subtask for updating the quickstart or further expanding the formal docs.
> Enhance docker support
> ----------------------
>
> Key: TEIID-5372
> URL: https://issues.jboss.org/browse/TEIID-5372
> Project: Teiid
> Issue Type: Enhancement
> Reporter: Rafal Korytkowski
> Assignee: Steven Hawkins
> Priority: Optional
> Fix For: 11.1
>
>
> Currently there's limited support for docker in Teiid, which can be enabled by adding -Ddocker=true to the build command. The generated image is based on CentOS and running standalone on the Wildfly server. Latest builds are pushed to https://hub.docker.com/r/jboss/teiid/, but versions are not tagged automatically with releases. Development with Docker is not supported.
> Proposed changes:
> 1. Produce docker image based on Alpine, which is better suited for microservices, in addition to CentOS.
> 2. Automatically tag versions in Docker when doing releases.
> 3. Support development by providing a docker-compose file with the possibility to start server in a debug mode and enabled auto-redeployment of code changes.
> 4. Optionally provide a Docker image for building code using maven in Docker. Having Docker as the only prerequisite is convenient for CI environments and makes the build environment agnostic.
> [~shawkins], [~rareddy], thoughts?
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months