Change in asterixdb[master]: Refactor docs and make it reusable.
Yingyi Bu has submitted this change and it was merged. Change subject: Refactor docs and make it reusable. .. Refactor docs and make it reusable. Change-Id: I7d5580a2bcd3d535ba6ea1faccc31a6d4af60444 Reviewed-on: https://asterix-gerrit.ics.uci.edu/1607 Sonar-Qube: Jenkins Tested-by: Jenkins BAD: Jenkins Integration-Tests: Jenkins Reviewed-by: Michael Blow --- M asterixdb/asterix-doc/pom.xml M asterixdb/asterix-doc/src/main/markdown/sqlpp/0_toc.md M asterixdb/asterix-doc/src/main/markdown/sqlpp/2_expr.md A asterixdb/asterix-doc/src/main/markdown/sqlpp/2_expr_title.md M asterixdb/asterix-doc/src/main/markdown/sqlpp/3_query.md A asterixdb/asterix-doc/src/main/markdown/sqlpp/3_query_title.md M asterixdb/asterix-doc/src/main/markdown/sqlpp/4_error.md A asterixdb/asterix-doc/src/main/markdown/sqlpp/4_error_title.md M asterixdb/asterix-doc/src/main/markdown/sqlpp/appendix_1_keywords.md A asterixdb/asterix-doc/src/main/markdown/sqlpp/appendix_1_title.md R asterixdb/asterix-doc/src/main/markdown/sqlpp/appendix_2_parameters.md A asterixdb/asterix-doc/src/main/markdown/sqlpp/appendix_2_title.md M asterixdb/asterix-doc/src/site/markdown/ansible.md M asterixdb/asterix-doc/src/site/markdown/aws.md 14 files changed, 158 insertions(+), 14 deletions(-) Approvals: Michael Blow: Looks good to me, approved Jenkins: Verified; No violations found; No violations found; Verified diff --git a/asterixdb/asterix-doc/pom.xml b/asterixdb/asterix-doc/pom.xml index df6db2c..5faf161 100644 --- a/asterixdb/asterix-doc/pom.xml +++ b/asterixdb/asterix-doc/pom.xml @@ -53,7 +53,7 @@ - + diff --git a/asterixdb/asterix-doc/src/main/markdown/sqlpp/0_toc.md b/asterixdb/asterix-doc/src/main/markdown/sqlpp/0_toc.md index f8e999b..cdb2a1e 100644 --- a/asterixdb/asterix-doc/src/main/markdown/sqlpp/0_toc.md +++ b/asterixdb/asterix-doc/src/main/markdown/sqlpp/0_toc.md @@ -19,8 +19,6 @@ # The SQL++ Query Language -## Table of Contents ## - * [1. Introduction](#Introduction) * [2. Expressions](#Expressions) * [Operator Expressions](#Operator_expressions) diff --git a/asterixdb/asterix-doc/src/main/markdown/sqlpp/2_expr.md b/asterixdb/asterix-doc/src/main/markdown/sqlpp/2_expr.md index 792ea08..41e8c97 100644 --- a/asterixdb/asterix-doc/src/main/markdown/sqlpp/2_expr.md +++ b/asterixdb/asterix-doc/src/main/markdown/sqlpp/2_expr.md @@ -17,8 +17,6 @@ ! under the License. !--> -# 2. Expressions - SQL++ is a highly composable expression language. Each SQL++ expression returns zero or more data model instances. There are three major kinds of expressions in SQL++. At the topmost level, a SQL++ expression can be an OperatorExpression (similar to a mathematical expression), an ConditionalExpression (to choose between diff --git a/asterixdb/asterix-doc/src/main/markdown/sqlpp/2_expr_title.md b/asterixdb/asterix-doc/src/main/markdown/sqlpp/2_expr_title.md new file mode 100644 index 000..8b8f337 --- /dev/null +++ b/asterixdb/asterix-doc/src/main/markdown/sqlpp/2_expr_title.md @@ -0,0 +1,20 @@ + + +# 2. Expressions diff --git a/asterixdb/asterix-doc/src/main/markdown/sqlpp/3_query.md b/asterixdb/asterix-doc/src/main/markdown/sqlpp/3_query.md index cd22f17..3156129 100644 --- a/asterixdb/asterix-doc/src/main/markdown/sqlpp/3_query.md +++ b/asterixdb/asterix-doc/src/main/markdown/sqlpp/3_query.md @@ -17,8 +17,6 @@ ! under the License. !--> -# 3. Queries - A SQL++ query can be any legal SQL++ expression or `SELECT` statement. A SQL++ query always ends with a semicolon. Query ::= (Expression | SelectStatement) ";" diff --git a/asterixdb/asterix-doc/src/main/markdown/sqlpp/3_query_title.md b/asterixdb/asterix-doc/src/main/markdown/sqlpp/3_query_title.md new file mode 100644 index 000..d5d988a --- /dev/null +++ b/asterixdb/asterix-doc/src/main/markdown/sqlpp/3_query_title.md @@ -0,0 +1,20 @@ + + +# 3. Queries diff --git a/asterixdb/asterix-doc/src/main/markdown/sqlpp/4_error.md b/asterixdb/asterix-doc/src/main/markdown/sqlpp/4_error.md index 60232e4..0f81d5e 100644 --- a/asterixdb/asterix-doc/src/main/markdown/sqlpp/4_error.md +++ b/asterixdb/asterix-doc/src/main/markdown/sqlpp/4_error.md @@ -1,4 +1,22 @@ -# 4. Errors + + A SQL++ query can potentially result in one of the following errors: * syntax error, diff --git a/asterixdb/asterix-doc/src/main/markdown/sqlpp/4_error_title.md b/asterixdb/asterix-doc/src/main/markdown/sqlpp/4_error_title.md new file mode 100644 index 000..6279d5e --- /dev/null +++ b/asterixdb/asterix-doc/src/main/markdown/sqlpp/4_error_title.md @@ -0,0 +1,20 @@ + + +# 4. Errors diff --git a/asterixdb/asterix-doc/src/main/markdown/sqlpp/appendix_1_keywords.md b/asterixdb/asterix-doc/src/main/markdown/sqlpp/appendix_1_keywords.md index b0bb259..6d60249 100644 --- a/aste
Change in asterixdb[master]: Refactor docs and make it reusable.
Michael Blow has posted comments on this change. Change subject: Refactor docs and make it reusable. .. Patch Set 3: Code-Review+2 -- To view, visit https://asterix-gerrit.ics.uci.edu/1607 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: I7d5580a2bcd3d535ba6ea1faccc31a6d4af60444 Gerrit-PatchSet: 3 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Yingyi Bu Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Michael Blow Gerrit-Reviewer: Till Westmann Gerrit-HasComments: No
Change in asterixdb[master]: Refactor docs and make it reusable.
Jenkins has posted comments on this change. Change subject: Refactor docs and make it reusable. .. Patch Set 3: Integration-Tests+1 Integration Tests Successful https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-integration-tests/2271/ : SUCCESS -- To view, visit https://asterix-gerrit.ics.uci.edu/1607 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: I7d5580a2bcd3d535ba6ea1faccc31a6d4af60444 Gerrit-PatchSet: 3 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Yingyi Bu Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Michael Blow Gerrit-Reviewer: Till Westmann Gerrit-HasComments: No
Change in asterixdb[master]: Refactor docs and make it reusable.
Jenkins has posted comments on this change. Change subject: Refactor docs and make it reusable. .. Patch Set 3: BAD+1 BAD Compatibility Tests Successful https://asterix-jenkins.ics.uci.edu/job/asterixbad-compat/863/ : SUCCESS -- To view, visit https://asterix-gerrit.ics.uci.edu/1607 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: I7d5580a2bcd3d535ba6ea1faccc31a6d4af60444 Gerrit-PatchSet: 3 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Yingyi Bu Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Michael Blow Gerrit-Reviewer: Till Westmann Gerrit-HasComments: No
Change in asterixdb[master]: Refactor docs and make it reusable.
Jenkins has posted comments on this change. Change subject: Refactor docs and make it reusable. .. Patch Set 3: BAD Compatibility Tests Started https://asterix-jenkins.ics.uci.edu/job/asterixbad-compat/863/ -- To view, visit https://asterix-gerrit.ics.uci.edu/1607 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: I7d5580a2bcd3d535ba6ea1faccc31a6d4af60444 Gerrit-PatchSet: 3 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Yingyi Bu Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Michael Blow Gerrit-Reviewer: Till Westmann Gerrit-HasComments: No
Change in asterixdb[master]: Refactor docs and make it reusable.
Jenkins has posted comments on this change. Change subject: Refactor docs and make it reusable. .. Patch Set 3: Integration Tests Started https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-integration-tests/2271/ -- To view, visit https://asterix-gerrit.ics.uci.edu/1607 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: I7d5580a2bcd3d535ba6ea1faccc31a6d4af60444 Gerrit-PatchSet: 3 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Yingyi Bu Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Michael Blow Gerrit-Reviewer: Till Westmann Gerrit-HasComments: No
Change in asterixdb[master]: Refactor docs and make it reusable.
Jenkins has posted comments on this change. Change subject: Refactor docs and make it reusable. .. Patch Set 3: Build Started https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-asterix-app/97/ (2/3) -- To view, visit https://asterix-gerrit.ics.uci.edu/1607 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: I7d5580a2bcd3d535ba6ea1faccc31a6d4af60444 Gerrit-PatchSet: 3 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Yingyi Bu Gerrit-Reviewer: Jenkins Gerrit-HasComments: No
Change in asterixdb[master]: Refactor docs and make it reusable.
Hello Jenkins, I'd like you to reexamine a change. Please visit https://asterix-gerrit.ics.uci.edu/1607 to look at the new patch set (#3). Change subject: Refactor docs and make it reusable. .. Refactor docs and make it reusable. Change-Id: I7d5580a2bcd3d535ba6ea1faccc31a6d4af60444 --- M asterixdb/asterix-doc/pom.xml M asterixdb/asterix-doc/src/main/markdown/sqlpp/0_toc.md M asterixdb/asterix-doc/src/main/markdown/sqlpp/2_expr.md A asterixdb/asterix-doc/src/main/markdown/sqlpp/2_expr_title.md M asterixdb/asterix-doc/src/main/markdown/sqlpp/3_query.md A asterixdb/asterix-doc/src/main/markdown/sqlpp/3_query_title.md M asterixdb/asterix-doc/src/main/markdown/sqlpp/4_error.md A asterixdb/asterix-doc/src/main/markdown/sqlpp/4_error_title.md M asterixdb/asterix-doc/src/main/markdown/sqlpp/appendix_1_keywords.md A asterixdb/asterix-doc/src/main/markdown/sqlpp/appendix_1_title.md R asterixdb/asterix-doc/src/main/markdown/sqlpp/appendix_2_parameters.md A asterixdb/asterix-doc/src/main/markdown/sqlpp/appendix_2_title.md M asterixdb/asterix-doc/src/site/markdown/ansible.md M asterixdb/asterix-doc/src/site/markdown/aws.md 14 files changed, 158 insertions(+), 14 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/07/1607/3 -- To view, visit https://asterix-gerrit.ics.uci.edu/1607 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I7d5580a2bcd3d535ba6ea1faccc31a6d4af60444 Gerrit-PatchSet: 3 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Yingyi Bu Gerrit-Reviewer: Jenkins