Change in asterixdb[master]: Fix indentation and fonts for the SQL++ doc.

2016-09-18 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: Fix indentation and fonts for the SQL++ doc.
..


Patch Set 1:

Integration Tests Successful

https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-integration-tests/672/ : 
SUCCESS

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/1186
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I5556a6abda4b08e2a282f198dc9aa23eaa1f6322
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Yingyi Bu 
Gerrit-Reviewer: Jenkins 
Gerrit-Reviewer: Till Westmann 
Gerrit-Reviewer: Yingyi Bu 
Gerrit-HasComments: No


Change in asterixdb[master]: Fix indentation and fonts for the SQL++ doc.

2016-09-18 Thread Yingyi Bu (Code Review)
Yingyi Bu has submitted this change and it was merged.

Change subject: Fix indentation and fonts for the SQL++ doc.
..


Fix indentation and fonts for the SQL++ doc.

Change-Id: I5556a6abda4b08e2a282f198dc9aa23eaa1f6322
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1186
Sonar-Qube: Jenkins 
Tested-by: Jenkins 
Reviewed-by: Till Westmann 
---
M asterixdb/asterix-doc/src/main/markdown/sqlpp/0_toc.md
M asterixdb/asterix-doc/src/main/markdown/sqlpp/1_intro.md
2 files changed, 61 insertions(+), 61 deletions(-)

Approvals:
  Till Westmann: Looks good to me, approved
  Jenkins: Verified; No violations found



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 e397db5..c9e2acf 100644
--- a/asterixdb/asterix-doc/src/main/markdown/sqlpp/0_toc.md
+++ b/asterixdb/asterix-doc/src/main/markdown/sqlpp/0_toc.md
@@ -4,66 +4,66 @@
 
 * [1. Introduction](#Introduction)
 * [2. Expressions](#Expressions)
-  * [Primary expressions](#Primary_expressions)
-* [Literals](#Literals)
-* [Variable references](#Variable_references)
-* [Parenthesized expressions](#Parenthesized_expressions)
-* [Function call expressions](#Function_call_expressions)
-* [Constructors](#Constructors)
-  * [Path expressions](#Path_expressions)
-  * [Operator expressions](#Operator_expressions)
-* [Arithmetic operators](#Arithmetic_operators)
-* [Collection operators](#Collection_operators)
-* [Comparison operators](#Comparison_operators)
-* [Logical operators](#Logical_operators)
-  * [Case expressions](#Case_expressions)
-  * [Quantified expressions](#Quantified_expressions)
+  * [Primary expressions](#Primary_expressions)
+   * [Literals](#Literals)
+   * [Variable references](#Variable_references)
+   * [Parenthesized expressions](#Parenthesized_expressions)
+   * [Function call expressions](#Function_call_expressions)
+   * [Constructors](#Constructors)
+  * [Path expressions](#Path_expressions)
+  * [Operator expressions](#Operator_expressions)
+   * [Arithmetic operators](#Arithmetic_operators)
+   * [Collection operators](#Collection_operators)
+   * [Comparison operators](#Comparison_operators)
+   * [Logical operators](#Logical_operators)
+  * [Case expressions](#Case_expressions)
+  * [Quantified expressions](#Quantified_expressions)
 * [3. Queries](#Queries)
-  * [SELECT statements](#SELECT_statements)
-  * [SELECT clauses](#Select_clauses)
-* [Select element/value/raw](#Select_element)
-* [SQL-style select](#SQL_select)
-* [Select *](#Select_star)
-* [Select distinct](#Select_distinct)
-* [Unnamed projections](#Unnamed_projections)
-* [Abbreviatory field access 
expressions](#Abbreviatory_field_access_expressions)
-  * [UNNEST clauses](#Unnest_clauses)
-* [Inner unnests](#Inner_unnests)
-* [Left outer unnests](#Left_outer_unnests)
-* [Expressing joins using unnests](#Expressing_joins_using_unnests)
-  * [FROM clauses](#From_clauses)
-* [Binding expressions](#Binding_expressions)
-* [Multiple from terms](#Multiple_from_terms)
-* [Expressing joins using from terms](#Expressing_joins_using_from_terms)
-* [Implicit binding variables](#Implicit_binding_variables)
-  * [JOIN clauses](#Join_clauses)
-* [Inner joins](#Inner_joins)
-* [Left outer joins](#Left_outer_joins)
-  * [GROUP BY clauses](#Group_By_clauses)
-* [Group variables](#Group_variables)
-* [Implicit group key variables](#Implicit_group_key_variables)
-* [Implicit group variables](#Implicit_group_variables)
-* [Aggregation functions](#Aggregation_functions)
-* [SQL-92 aggregation functions](#SQL-92_aggregation_functions)
-* [SQL-92 compliant GROUP BY aggregations](#SQL-92_compliant_gby)
-* [Column aliases](#Column_aliases)
-  * [WHERE clauases and HAVING clauses](#Where_having_clauses)
-  * [ORDER BY clauses](#Order_By_clauses)
-  * [LIMIT clauses](#Limit_clauses)
-  * [WITH clauses](#With_clauses)
-  * [LET clauses](#Let_clauses)
-  * [UNION ALL](#Union_all)
-  * [MISSING in query results](#Missing_in_query_results)
-  * [SQL++ Vs. SQL-92](#Vs_SQL-92)
+  * [SELECT statements](#SELECT_statements)
+  * [SELECT clauses](#Select_clauses)
+   * [Select element/value/raw](#Select_element)
+   * [SQL-style select](#SQL_select)
+   * [Select *](#Select_star)
+   * [Select distinct](#Select_distinct)
+   * [Unnamed projections](#Unnamed_projections)
+   * [Abbreviatory field access 
expressions](#Abbreviatory_field_access_expressions)
+  * [UNNEST clauses](#Unnest_clauses)
+   * [Inner unnests](#Inner_unnests)
+   * [Left outer unnests](#Left_outer_unnests)
+   * [Expressing joins using unnests](#Expressing_joins_using_unnests)
+  * [FROM clauses](#

Change in asterixdb[master]: Fix indentation and fonts for the SQL++ doc.

2016-09-18 Thread Till Westmann (Code Review)
Till Westmann has posted comments on this change.

Change subject: Fix indentation and fonts for the SQL++ doc.
..


Patch Set 1: Code-Review+2

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/1186
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I5556a6abda4b08e2a282f198dc9aa23eaa1f6322
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Yingyi Bu 
Gerrit-Reviewer: Jenkins 
Gerrit-Reviewer: Till Westmann 
Gerrit-HasComments: No


Change in asterixdb[master]: Fix indentation and fonts for the SQL++ doc.

2016-09-18 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: Fix indentation and fonts for the SQL++ doc.
..


Patch Set 1:

Integration Tests Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-integration-tests/672/

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/1186
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I5556a6abda4b08e2a282f198dc9aa23eaa1f6322
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Yingyi Bu 
Gerrit-Reviewer: Jenkins 
Gerrit-Reviewer: Till Westmann 
Gerrit-HasComments: No


Change in asterixdb[master]: Fix indentation and fonts for the SQL++ doc.

2016-09-18 Thread Jenkins (Code Review)
Jenkins has posted comments on this change.

Change subject: Fix indentation and fonts for the SQL++ doc.
..


Patch Set 1:

Build Started 
https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-notopic/2692/

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/1186
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I5556a6abda4b08e2a282f198dc9aa23eaa1f6322
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Yingyi Bu 
Gerrit-Reviewer: Jenkins 
Gerrit-HasComments: No


Change in asterixdb[master]: Fix indentation and fonts for the SQL++ doc.

2016-09-18 Thread Yingyi Bu (Code Review)
Yingyi Bu has uploaded a new change for review.

  https://asterix-gerrit.ics.uci.edu/1186

Change subject: Fix indentation and fonts for the SQL++ doc.
..

Fix indentation and fonts for the SQL++ doc.

Change-Id: I5556a6abda4b08e2a282f198dc9aa23eaa1f6322
---
M asterixdb/asterix-doc/src/main/markdown/sqlpp/0_toc.md
M asterixdb/asterix-doc/src/main/markdown/sqlpp/1_intro.md
2 files changed, 61 insertions(+), 61 deletions(-)


  git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb 
refs/changes/86/1186/1

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 e397db5..c9e2acf 100644
--- a/asterixdb/asterix-doc/src/main/markdown/sqlpp/0_toc.md
+++ b/asterixdb/asterix-doc/src/main/markdown/sqlpp/0_toc.md
@@ -4,66 +4,66 @@
 
 * [1. Introduction](#Introduction)
 * [2. Expressions](#Expressions)
-  * [Primary expressions](#Primary_expressions)
-* [Literals](#Literals)
-* [Variable references](#Variable_references)
-* [Parenthesized expressions](#Parenthesized_expressions)
-* [Function call expressions](#Function_call_expressions)
-* [Constructors](#Constructors)
-  * [Path expressions](#Path_expressions)
-  * [Operator expressions](#Operator_expressions)
-* [Arithmetic operators](#Arithmetic_operators)
-* [Collection operators](#Collection_operators)
-* [Comparison operators](#Comparison_operators)
-* [Logical operators](#Logical_operators)
-  * [Case expressions](#Case_expressions)
-  * [Quantified expressions](#Quantified_expressions)
+  * [Primary expressions](#Primary_expressions)
+   * [Literals](#Literals)
+   * [Variable references](#Variable_references)
+   * [Parenthesized expressions](#Parenthesized_expressions)
+   * [Function call expressions](#Function_call_expressions)
+   * [Constructors](#Constructors)
+  * [Path expressions](#Path_expressions)
+  * [Operator expressions](#Operator_expressions)
+   * [Arithmetic operators](#Arithmetic_operators)
+   * [Collection operators](#Collection_operators)
+   * [Comparison operators](#Comparison_operators)
+   * [Logical operators](#Logical_operators)
+  * [Case expressions](#Case_expressions)
+  * [Quantified expressions](#Quantified_expressions)
 * [3. Queries](#Queries)
-  * [SELECT statements](#SELECT_statements)
-  * [SELECT clauses](#Select_clauses)
-* [Select element/value/raw](#Select_element)
-* [SQL-style select](#SQL_select)
-* [Select *](#Select_star)
-* [Select distinct](#Select_distinct)
-* [Unnamed projections](#Unnamed_projections)
-* [Abbreviatory field access 
expressions](#Abbreviatory_field_access_expressions)
-  * [UNNEST clauses](#Unnest_clauses)
-* [Inner unnests](#Inner_unnests)
-* [Left outer unnests](#Left_outer_unnests)
-* [Expressing joins using unnests](#Expressing_joins_using_unnests)
-  * [FROM clauses](#From_clauses)
-* [Binding expressions](#Binding_expressions)
-* [Multiple from terms](#Multiple_from_terms)
-* [Expressing joins using from terms](#Expressing_joins_using_from_terms)
-* [Implicit binding variables](#Implicit_binding_variables)
-  * [JOIN clauses](#Join_clauses)
-* [Inner joins](#Inner_joins)
-* [Left outer joins](#Left_outer_joins)
-  * [GROUP BY clauses](#Group_By_clauses)
-* [Group variables](#Group_variables)
-* [Implicit group key variables](#Implicit_group_key_variables)
-* [Implicit group variables](#Implicit_group_variables)
-* [Aggregation functions](#Aggregation_functions)
-* [SQL-92 aggregation functions](#SQL-92_aggregation_functions)
-* [SQL-92 compliant GROUP BY aggregations](#SQL-92_compliant_gby)
-* [Column aliases](#Column_aliases)
-  * [WHERE clauases and HAVING clauses](#Where_having_clauses)
-  * [ORDER BY clauses](#Order_By_clauses)
-  * [LIMIT clauses](#Limit_clauses)
-  * [WITH clauses](#With_clauses)
-  * [LET clauses](#Let_clauses)
-  * [UNION ALL](#Union_all)
-  * [MISSING in query results](#Missing_in_query_results)
-  * [SQL++ Vs. SQL-92](#Vs_SQL-92)
+  * [SELECT statements](#SELECT_statements)
+  * [SELECT clauses](#Select_clauses)
+   * [Select element/value/raw](#Select_element)
+   * [SQL-style select](#SQL_select)
+   * [Select *](#Select_star)
+   * [Select distinct](#Select_distinct)
+   * [Unnamed projections](#Unnamed_projections)
+   * [Abbreviatory field access 
expressions](#Abbreviatory_field_access_expressions)
+  * [UNNEST clauses](#Unnest_clauses)
+   * [Inner unnests](#Inner_unnests)
+   * [Left outer unnests](#Left_outer_unnests)
+   * [Expressing joins using unnests](#Expressing_joins_using_unnests)
+  * [FROM clauses](#From_clauses)
+   * [Binding expressions](#Binding_expressions)
+   * [Multiple from