You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2018/03/08 06:25:20 UTC

[3/3] impala git commit: Add missing brace to example JSON

Add missing brace to example JSON

Change-Id: Ieabf181a6e052790ebe7034a1e4dd1632644fd8e
Reviewed-on: http://gerrit.cloudera.org:8080/9532
Reviewed-by: Alex Behm <al...@cloudera.com>
Tested-by: Lars Volker <lv...@cloudera.com>


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

Branch: refs/heads/2.x
Commit: ed4676b9e96174e821dde9bebadba6ed605c66f8
Parents: 68f8437
Author: Lars Volker <lv...@cloudera.com>
Authored: Wed Mar 7 11:27:19 2018 -0800
Committer: Impala Public Jenkins <im...@gerrit.cloudera.org>
Committed: Wed Mar 7 23:14:39 2018 +0000

----------------------------------------------------------------------
 bin/compare_branches.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/ed4676b9/bin/compare_branches.py
----------------------------------------------------------------------
diff --git a/bin/compare_branches.py b/bin/compare_branches.py
index fddb17e..0928751 100755
--- a/bin/compare_branches.py
+++ b/bin/compare_branches.py
@@ -33,7 +33,7 @@ form. Note that commits are the full 20-byte git hashes.
     "source": "master",
     "target": "2.x",
     "commits": [
-      { "hash": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "comment": "...",
+      { "hash": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "comment": "..."},
       { "hash": "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb", "comment": "..."}
     ]
   }