[ 
https://issues.apache.org/jira/browse/DRILL-7631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17056112#comment-17056112
 ] 

ASF GitHub Bot commented on DRILL-7631:
---------------------------------------

vvysotskyi commented on pull request #2016: DRILL-7631: Updates to the Json 
Structure Parser
URL: https://github.com/apache/drill/pull/2016#discussion_r390433673
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/store/easy/json/parser/ObjectListener.java
 ##########
 @@ -52,80 +52,64 @@
  */
 public interface ObjectListener {
 
+  public enum FieldType {
 
 Review comment:
   No need to declare it explicitly as public. Everything declared in the 
interface is public by default.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Updates to the Json Structure Parser
> ------------------------------------
>
>                 Key: DRILL-7631
>                 URL: https://issues.apache.org/jira/browse/DRILL-7631
>             Project: Apache Drill
>          Issue Type: Improvement
>    Affects Versions: 1.17.0
>            Reporter: Paul Rogers
>            Assignee: Paul Rogers
>            Priority: Minor
>             Fix For: 1.18.0
>
>
> Updates to the JSON structure parser based on using it to create a revised 
> JSON record reader.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to