Github user ajantha-bhat commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2485#discussion_r202277326
  
    --- Diff: 
processing/src/main/java/org/apache/carbondata/processing/loading/parser/impl/JsonRowParser.java
 ---
    @@ -56,6 +56,9 @@ public JsonRowParser(DataField[] dataFields) {
           Map<String, Object> jsonNodeMap =
               objectMapper.readValue(jsonString, new TypeReference<Map<String, 
Object>>() {
               });
    +      if (jsonNodeMap == null) {
    --- End diff --
    
    yeah, not required. removed it.


---

Reply via email to