Skip to content

Commit

Permalink
reduce CORR key words
Browse files Browse the repository at this point in the history
  • Loading branch information
vaful committed Jan 15, 2018
1 parent d98c781 commit 9872a40
Show file tree
Hide file tree
Showing 20 changed files with 32 additions and 35 deletions.
4 changes: 2 additions & 2 deletions cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
</parent>

<artifactId>calcite-cassandra</artifactId>
<packaging>jar</packaging>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
<name>Calcite Cassandra</name>
<description>Cassandra adapter for Calcite</description>

Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
</parent>

<artifactId>calcite-core</artifactId>
<packaging>jar</packaging>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
<name>Calcite Core</name>
<description>Core Calcite APIs and engine.</description>

Expand Down
1 change: 0 additions & 1 deletion core/src/main/codegen/templates/Parser.jj
Original file line number Diff line number Diff line change
Expand Up @@ -5348,7 +5348,6 @@ SqlPostfixOperator PostfixRowOperator() :
| < CONTAINS: "CONTAINS" >
| < CONTINUE: "CONTINUE" >
| < CONVERT: "CONVERT" >
| < CORR: "CORR" >
| < CORRESPONDING: "CORRESPONDING" >
| < COUNT: "COUNT" >
| < COVAR_POP: "COVAR_POP" >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ public class SqlParserTest {
"CONTAINS", "92", "2011", "2014", "c",
"CONTINUE", "92", "99", "2003",
"CONVERT", "92", "2011", "2014", "c",
"CORR", "2011", "2014", "c",
"CORRESPONDING", "92", "99", "2003", "2011", "2014", "c",
"COUNT", "92", "2011", "2014", "c",
"COVAR_POP", "2011", "2014", "c",
Expand Down
4 changes: 2 additions & 2 deletions druid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
</parent>

<artifactId>calcite-druid</artifactId>
<packaging>jar</packaging>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
<name>Calcite Druid</name>
<description>Druid adapter for Calcite</description>

Expand Down
4 changes: 2 additions & 2 deletions elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
</parent>

<artifactId>calcite-elasticsearch</artifactId>
<packaging>jar</packaging>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
<name>Calcite Elasticsearch</name>
<description>Elasticsearch adapter for Calcite</description>

Expand Down
4 changes: 2 additions & 2 deletions example/csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-example</artifactId>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
</parent>

<artifactId>calcite-example-csv</artifactId>
<packaging>jar</packaging>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
<name>Calcite Example CSV</name>
<description>An example Calcite provider that reads CSV files</description>

Expand Down
4 changes: 2 additions & 2 deletions example/function/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-example</artifactId>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
</parent>

<artifactId>calcite-example-function</artifactId>
<packaging>jar</packaging>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
<name>Calcite Example Function</name>
<description>Examples of user-defined Calcite functions</description>

Expand Down
4 changes: 2 additions & 2 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
</parent>

<!-- The basics. -->
<artifactId>calcite-example</artifactId>
<packaging>pom</packaging>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
<name>Calcite Examples</name>
<description>Calcite examples</description>

Expand Down
4 changes: 2 additions & 2 deletions file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
</parent>

<!-- The basics. -->
<artifactId>calcite-file</artifactId>
<packaging>jar</packaging>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
<name>Calcite File</name>
<description>Calcite provider that reads files and URIs</description>

Expand Down
4 changes: 2 additions & 2 deletions linq4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
</parent>

<artifactId>calcite-linq4j</artifactId>
<packaging>jar</packaging>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
<name>Calcite Linq4j</name>
<description>Calcite APIs for LINQ (Language-Integrated Query) in Java</description>

Expand Down
4 changes: 2 additions & 2 deletions mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
</parent>

<artifactId>calcite-mongodb</artifactId>
<packaging>jar</packaging>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
<name>Calcite MongoDB</name>
<description>MongoDB adapter for Calcite</description>

Expand Down
4 changes: 2 additions & 2 deletions pig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
</parent>

<artifactId>calcite-pig</artifactId>
<packaging>jar</packaging>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
<name>Calcite Pig</name>
<description>Pig adapter for Calcite</description>

Expand Down
4 changes: 2 additions & 2 deletions piglet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
</parent>

<artifactId>calcite-piglet</artifactId>
<packaging>jar</packaging>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
<name>Calcite Piglet</name>
<description>Pig-like language built on top of Calcite algebra</description>

Expand Down
4 changes: 2 additions & 2 deletions plus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
</parent>

<artifactId>calcite-plus</artifactId>
<packaging>jar</packaging>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
<name>Calcite Plus</name>
<description>Miscellaneous extras for Calcite</description>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ limitations under the License.
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<packaging>pom</packaging>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>

<!-- More project information. -->
<name>Calcite</name>
Expand Down
1 change: 0 additions & 1 deletion site/_docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ CONSTRUCTOR,
**CONTAINS**,
CONTINUE,
**CONVERT**,
**CORR**,
**CORRESPONDING**,
**COUNT**,
**COVAR_POP**,
Expand Down
4 changes: 2 additions & 2 deletions spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
</parent>

<artifactId>calcite-spark</artifactId>
<packaging>jar</packaging>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
<name>Calcite Spark</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions splunk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
</parent>

<artifactId>calcite-splunk</artifactId>
<packaging>jar</packaging>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
<name>Calcite Splunk</name>
<description>Splunk adapter for Calcite; also a JDBC driver for Splunk</description>

Expand Down
2 changes: 1 addition & 1 deletion ubenchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.13.0-kylin-r3</version>
<version>1.13.0-kylin-r4-SNAPSHOT</version>
</parent>

<properties>
Expand Down

0 comments on commit 9872a40

Please sign in to comment.