[teiid/teiid] 884bff: TEIID-4646 adding support for first/last_value/lea...
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: 884bff7704ff61a31fbef712f44e0b9fbfae449f
https://github.com/teiid/teiid/commit/884bff7704ff61a31fbef712f44e0b9fbfa...
Author: shawkins <shawkins(a)redhat.com>
Date: 2017-04-13 (Thu, 13 Apr 2017)
Changed paths:
M engine/src/main/java/org/teiid/query/function/FunctionLibrary.java
M engine/src/main/java/org/teiid/query/function/aggregate/ExposedStateUserDefinedAggregate.java
A engine/src/main/java/org/teiid/query/function/aggregate/FirstLastValue.java
A engine/src/main/java/org/teiid/query/function/aggregate/LeadLagValue.java
M engine/src/main/java/org/teiid/query/optimizer/relational/rules/CapabilitiesUtil.java
M engine/src/main/java/org/teiid/query/processor/relational/GroupingNode.java
M engine/src/main/java/org/teiid/query/processor/relational/WindowFunctionProjectNode.java
M engine/src/main/java/org/teiid/query/resolver/util/ResolverVisitor.java
M engine/src/main/java/org/teiid/query/sql/symbol/AggregateSymbol.java
M engine/src/main/java/org/teiid/query/validator/ValidationVisitor.java
M engine/src/main/resources/org/teiid/query/i18n.properties
M engine/src/test/java/org/teiid/query/optimizer/TestAggregatePushdown.java
M engine/src/test/java/org/teiid/query/processor/TestWindowFunctions.java
M engine/src/test/java/org/teiid/query/resolver/TestResolver.java
M engine/src/test/java/org/teiid/query/validator/TestValidator.java
M teiid-feature-pack/wildfly-integration-feature-pack/src/main/resources/content/docs/teiid/teiid-releasenotes.html
Log Message:
-----------
TEIID-4646 adding support for first/last_value/lead/lag
7 years, 8 months
[teiid/teiid] f17c0e: [maven-release-plugin] prepare for next developmen...
by shawkins
Branch: refs/heads/9.2.x
Home: https://github.com/teiid/teiid
Commit: f17c0e545e3e6c6fdbe4e5b9ec43199564166270
https://github.com/teiid/teiid/commit/f17c0e545e3e6c6fdbe4e5b9ec431995641...
Author: shawkins <shawkins(a)redhat.com>
Date: 2017-04-13 (Thu, 13 Apr 2017)
Changed paths:
M admin/pom.xml
M adminshell/pom.xml
M api/pom.xml
M build/pom.xml
M client/pom.xml
M common-core/pom.xml
M connectors/accumulo/connector-accumulo/pom.xml
M connectors/accumulo/feature-pack-accumulo/pom.xml
M connectors/accumulo/pom.xml
M connectors/accumulo/translator-accumulo/pom.xml
M connectors/cassandra/connector-cassandra/pom.xml
M connectors/cassandra/feature-pack-cassandra/pom.xml
M connectors/cassandra/pom.xml
M connectors/cassandra/translator-cassandra/pom.xml
M connectors/document-api/pom.xml
M connectors/file/connector-file/pom.xml
M connectors/file/connector-ftp/pom.xml
M connectors/file/feature-pack-file/pom.xml
M connectors/file/file-api/pom.xml
M connectors/file/pom.xml
M connectors/file/translator-excel/pom.xml
M connectors/file/translator-file/pom.xml
M connectors/google/connector-google/pom.xml
M connectors/google/feature-pack-google/pom.xml
M connectors/google/google-api/pom.xml
M connectors/google/pom.xml
M connectors/google/translator-google/pom.xml
M connectors/infinispan/connector-infinispan-hotrod/pom.xml
M connectors/infinispan/connector-infinispan-libmode/pom.xml
M connectors/infinispan/feature-pack-infinispan/pom.xml
M connectors/infinispan/pom.xml
M connectors/infinispan/translator-infinispan-hotrod/pom.xml
M connectors/infinispan/translator-infinispan-libmode/pom.xml
M connectors/infinispan/translator-object/pom.xml
M connectors/jdbc/feature-pack-jdbc/pom.xml
M connectors/jdbc/pom.xml
M connectors/jdbc/translator-hive/pom.xml
M connectors/jdbc/translator-jdbc/pom.xml
M connectors/jdbc/translator-phoenix/pom.xml
M connectors/jdbc/translator-prestodb/pom.xml
M connectors/ldap/connector-ldap/pom.xml
M connectors/ldap/feature-pack-ldap/pom.xml
M connectors/ldap/pom.xml
M connectors/ldap/translator-ldap/pom.xml
M connectors/misc/feature-pack-misc/pom.xml
M connectors/misc/pom.xml
M connectors/misc/translator-jpa/pom.xml
M connectors/misc/translator-loopback/pom.xml
M connectors/misc/translator-olap/pom.xml
M connectors/mongodb/connector-mongodb/pom.xml
M connectors/mongodb/feature-pack-mongodb/pom.xml
M connectors/mongodb/mongodb-api/pom.xml
M connectors/mongodb/pom.xml
M connectors/mongodb/translator-mongodb/pom.xml
M connectors/odata/feature-pack-odata/pom.xml
M connectors/odata/pom.xml
M connectors/odata/translator-odata/pom.xml
M connectors/odata/translator-odata4/pom.xml
M connectors/pom.xml
M connectors/salesforce/connector-salesforce-34/pom.xml
M connectors/salesforce/connector-salesforce/pom.xml
M connectors/salesforce/feature-pack-salesforce-34/pom.xml
M connectors/salesforce/feature-pack-salesforce/pom.xml
M connectors/salesforce/pom.xml
M connectors/salesforce/translator-salesforce-34/pom.xml
M connectors/salesforce/translator-salesforce/pom.xml
M connectors/sandbox/pom.xml
M connectors/sandbox/translator-logger/pom.xml
M connectors/sandbox/translator-yahoo/pom.xml
M connectors/simpledb/connector-simpledb/pom.xml
M connectors/simpledb/feature-pack-simpledb/pom.xml
M connectors/simpledb/pom.xml
M connectors/simpledb/simpledb-api/pom.xml
M connectors/simpledb/translator-simpledb/pom.xml
M connectors/solr/connector-solr/pom.xml
M connectors/solr/feature-pack-solr/pom.xml
M connectors/solr/pom.xml
M connectors/solr/translator-solr/pom.xml
M connectors/swagger/feature-pack-swagger/pom.xml
M connectors/swagger/pom.xml
M connectors/swagger/translator-swagger/pom.xml
M connectors/webservice/connector-ws/pom.xml
M connectors/webservice/feature-pack-ws/pom.xml
M connectors/webservice/pom.xml
M connectors/webservice/translator-ws/pom.xml
M data-quality/pom.xml
M eclipselink-platform/pom.xml
M engine/pom.xml
M hibernate-dialect/pom.xml
M jboss-admin/pom.xml
M jboss-integration/pom.xml
M jboss-security/pom.xml
M metadata/pom.xml
M olingo-common/pom.xml
M olingo-patches/pom.xml
M olingo/pom.xml
M pom.xml
M rest-service/pom.xml
M runtime/pom.xml
M teiid-feature-pack/client-feature-pack/pom.xml
M teiid-feature-pack/olingo-feature-pack/pom.xml
M teiid-feature-pack/pom.xml
M teiid-feature-pack/rest-service-feature-pack/pom.xml
M teiid-feature-pack/wildfly-integration-feature-pack/pom.xml
M test-integration/common/pom.xml
M test-integration/db/pom.xml
M test-integration/perf/pom.xml
M test-integration/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
7 years, 8 months
[teiid/teiid] 3805a7: [maven-release-plugin] prepare release teiid-paren...
by shawkins
Branch: refs/heads/9.2.x
Home: https://github.com/teiid/teiid
Commit: 3805a7a6ace0378056d258ce535d369ab4ecc2c6
https://github.com/teiid/teiid/commit/3805a7a6ace0378056d258ce535d369ab4e...
Author: shawkins <shawkins(a)redhat.com>
Date: 2017-04-13 (Thu, 13 Apr 2017)
Changed paths:
M admin/pom.xml
M adminshell/pom.xml
M api/pom.xml
M build/pom.xml
M client/pom.xml
M common-core/pom.xml
M connectors/accumulo/connector-accumulo/pom.xml
M connectors/accumulo/feature-pack-accumulo/pom.xml
M connectors/accumulo/pom.xml
M connectors/accumulo/translator-accumulo/pom.xml
M connectors/cassandra/connector-cassandra/pom.xml
M connectors/cassandra/feature-pack-cassandra/pom.xml
M connectors/cassandra/pom.xml
M connectors/cassandra/translator-cassandra/pom.xml
M connectors/document-api/pom.xml
M connectors/file/connector-file/pom.xml
M connectors/file/connector-ftp/pom.xml
M connectors/file/feature-pack-file/pom.xml
M connectors/file/file-api/pom.xml
M connectors/file/pom.xml
M connectors/file/translator-excel/pom.xml
M connectors/file/translator-file/pom.xml
M connectors/google/connector-google/pom.xml
M connectors/google/feature-pack-google/pom.xml
M connectors/google/google-api/pom.xml
M connectors/google/pom.xml
M connectors/google/translator-google/pom.xml
M connectors/infinispan/connector-infinispan-hotrod/pom.xml
M connectors/infinispan/connector-infinispan-libmode/pom.xml
M connectors/infinispan/feature-pack-infinispan/pom.xml
M connectors/infinispan/pom.xml
M connectors/infinispan/translator-infinispan-hotrod/pom.xml
M connectors/infinispan/translator-infinispan-libmode/pom.xml
M connectors/infinispan/translator-object/pom.xml
M connectors/jdbc/feature-pack-jdbc/pom.xml
M connectors/jdbc/pom.xml
M connectors/jdbc/translator-hive/pom.xml
M connectors/jdbc/translator-jdbc/pom.xml
M connectors/jdbc/translator-phoenix/pom.xml
M connectors/jdbc/translator-prestodb/pom.xml
M connectors/ldap/connector-ldap/pom.xml
M connectors/ldap/feature-pack-ldap/pom.xml
M connectors/ldap/pom.xml
M connectors/ldap/translator-ldap/pom.xml
M connectors/misc/feature-pack-misc/pom.xml
M connectors/misc/pom.xml
M connectors/misc/translator-jpa/pom.xml
M connectors/misc/translator-loopback/pom.xml
M connectors/misc/translator-olap/pom.xml
M connectors/mongodb/connector-mongodb/pom.xml
M connectors/mongodb/feature-pack-mongodb/pom.xml
M connectors/mongodb/mongodb-api/pom.xml
M connectors/mongodb/pom.xml
M connectors/mongodb/translator-mongodb/pom.xml
M connectors/odata/feature-pack-odata/pom.xml
M connectors/odata/pom.xml
M connectors/odata/translator-odata/pom.xml
M connectors/odata/translator-odata4/pom.xml
M connectors/pom.xml
M connectors/salesforce/connector-salesforce-34/pom.xml
M connectors/salesforce/connector-salesforce/pom.xml
M connectors/salesforce/feature-pack-salesforce-34/pom.xml
M connectors/salesforce/feature-pack-salesforce/pom.xml
M connectors/salesforce/pom.xml
M connectors/salesforce/translator-salesforce-34/pom.xml
M connectors/salesforce/translator-salesforce/pom.xml
M connectors/sandbox/pom.xml
M connectors/sandbox/translator-logger/pom.xml
M connectors/sandbox/translator-yahoo/pom.xml
M connectors/simpledb/connector-simpledb/pom.xml
M connectors/simpledb/feature-pack-simpledb/pom.xml
M connectors/simpledb/pom.xml
M connectors/simpledb/simpledb-api/pom.xml
M connectors/simpledb/translator-simpledb/pom.xml
M connectors/solr/connector-solr/pom.xml
M connectors/solr/feature-pack-solr/pom.xml
M connectors/solr/pom.xml
M connectors/solr/translator-solr/pom.xml
M connectors/swagger/feature-pack-swagger/pom.xml
M connectors/swagger/pom.xml
M connectors/swagger/translator-swagger/pom.xml
M connectors/webservice/connector-ws/pom.xml
M connectors/webservice/feature-pack-ws/pom.xml
M connectors/webservice/pom.xml
M connectors/webservice/translator-ws/pom.xml
M data-quality/pom.xml
M eclipselink-platform/pom.xml
M engine/pom.xml
M hibernate-dialect/pom.xml
M jboss-admin/pom.xml
M jboss-integration/pom.xml
M jboss-security/pom.xml
M metadata/pom.xml
M olingo-common/pom.xml
M olingo-patches/pom.xml
M olingo/pom.xml
M pom.xml
M rest-service/pom.xml
M runtime/pom.xml
M teiid-feature-pack/client-feature-pack/pom.xml
M teiid-feature-pack/olingo-feature-pack/pom.xml
M teiid-feature-pack/pom.xml
M teiid-feature-pack/rest-service-feature-pack/pom.xml
M teiid-feature-pack/wildfly-integration-feature-pack/pom.xml
M test-integration/common/pom.xml
M test-integration/db/pom.xml
M test-integration/perf/pom.xml
M test-integration/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release teiid-parent-9.2.2
7 years, 8 months