You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2016/04/22 10:07:40 UTC

[11/13] calcite git commit: Remove trailing spaces from all source files

Remove trailing spaces from all source files


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/eadc6766
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/eadc6766
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/eadc6766

Branch: refs/heads/master
Commit: eadc6766b211eba853dd046f9b79383b31488420
Parents: dc55360
Author: Julian Hyde <jh...@apache.org>
Authored: Wed Apr 20 12:11:54 2016 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Wed Apr 20 12:13:27 2016 -0700

----------------------------------------------------------------------
 .../org/apache/calcite/avatica/SqlType.java     |   4 +-
 .../apache/calcite/avatica/proto/Common.java    | 556 +++++++++----------
 .../apache/calcite/avatica/proto/Requests.java  | 484 ++++++++--------
 .../apache/calcite/avatica/proto/Responses.java | 240 ++++----
 .../org/apache/calcite/avatica/util/Base64.java |  60 +-
 avatica/core/src/main/protobuf/common.proto     |   2 +-
 .../core/src/main/scripts/generate-protobuf.sh  |   2 +-
 core/src/main/codegen/config.fmpp               |   2 +-
 .../apache/calcite/test/RelOptRulesTest.java    |  26 +-
 .../org/apache/calcite/test/RelOptRulesTest.xml |  25 +-
 core/src/test/resources/sql/outer.iq            |  28 +-
 core/src/test/resources/sql/subquery.iq         | 222 ++++----
 core/src/test/resources/sql/winagg.iq           | 188 ++++---
 site/_docs/howto.md                             |   2 +-
 14 files changed, 952 insertions(+), 889 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/eadc6766/avatica/core/src/main/java/org/apache/calcite/avatica/SqlType.java
----------------------------------------------------------------------
diff --git a/avatica/core/src/main/java/org/apache/calcite/avatica/SqlType.java b/avatica/core/src/main/java/org/apache/calcite/avatica/SqlType.java
index e34bee6..2d0c086 100644
--- a/avatica/core/src/main/java/org/apache/calcite/avatica/SqlType.java
+++ b/avatica/core/src/main/java/org/apache/calcite/avatica/SqlType.java
@@ -209,7 +209,7 @@ import java.util.Map;
  *                      T N R         L C   N   R R   A R     A           N B     A A
  *                        T                       C   R B     M           K J     R R
  *                                                H   Y I     P                     C
- * Java type                                  
+ * Java type
  * ==================== = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
  * String               x x x x x x x x x x x x x x x x x x x x . . . . . . . . x x x . .
  * java.math.BigDecimal x x x x x x x x x x x x x . . . . . . . . . . . . . . . . . . . .
@@ -258,7 +258,7 @@ import java.util.Map;
  *                      T N R         L C   N   R R   A R     A         N   B     A A
  *                        T                       C   R B     M         K   J     R R
  *                                                H   Y I     P                     C
- * Java type                                                                
+ * Java type
  * ==================== = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
  * getByte              X x x x x x x x x x x x x . . . . . . . . . . . . . . x . . . . .
  * getShort             x X x x x x x x x x x x x . . . . . . . . . . . . . . . . . . . .