[S2GRAPH-186]: fix wrong escaping of double quotation marks
JIRA:
[S2GRAPH-186] https://issues.apache.org/jira/browse/S2GRAPH-186
Pull Request:
Closes #140
Author
sandyskies <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/0520ffc1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/0520ffc1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/0520ffc1
Branch: refs/heads/master
Commit: 0520ffc1786f59d0f480b2d6e6c9ec62e570e951
Parents: b31f3d3
Author: DO YUNG YOON <[email protected]>
Authored: Thu Mar 22 20:33:43 2018 +0900
Committer: DO YUNG YOON <[email protected]>
Committed: Thu Mar 22 20:33:43 2018 +0900
----------------------------------------------------------------------
CHANGES | 1 +
1 file changed, 1 insertion(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/0520ffc1/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 6a58df3..cae242a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -42,6 +42,7 @@ Release Notes - S2Graph - Version 0.2.0
* [S2GRAPH-178] - Fix null pointer error on BulkLoader
* [S2GRAPH-181] - MutateVertices yield different state with different
storage type
* [S2GRAPH-184] - spark driver exit abnormally in the loader of s2jobs
+ * [S2GRAPH-186] - fix wrong escaping of double quotation marks
** Improvement
* [S2GRAPH-72] - Support Apache TinkerPop and Gremlin