Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2724#discussion_r217900032
--- Diff:
store/sdk/src/test/java/org/apache/carbondata/sdk/file/AvroCarbonWriterTest.java
---
@@ -75,7 +75,7 @@ public void testWriteBasic() throws IOException {
" \"fields\" : ["
+ "{ \"name\" : \"name\", \"type\" : \"string\" },"
+ "{ \"name\" : \"age\", \"type\" : \"int\" }]" +
- "}";
+ "}";
--- End diff --
do not modify this---
