Github user anubhav100 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/1021#discussion_r122934853
  
    --- Diff: 
integration/hive/src/main/java/org/apache/carbondata/hive/CarbonObjectInspector.java
 ---
    @@ -198,27 +178,23 @@ public StructFieldImpl(final String name, final 
ObjectInspector inspector, final
           this.index = index;
         }
     
    -    @Override
    -    public String getFieldComment() {
    +    @Override public String getFieldComment() {
           return "";
         }
     
    -    @Override
    -    public String getFieldName() {
    +    @Override public String getFieldName() {
           return name;
         }
     
         public int getIndex() {
    --- End diff --
    
    @chenliang613 can remove public acess specifier


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to