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

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

arina-ielchiieva commented on pull request #2051: DRILL-7696: EVF v2 scan 
schema resolution
URL: https://github.com/apache/drill/pull/2051#discussion_r407074521
 
 

 ##########
 File path: 
exec/vector/src/main/java/org/apache/drill/exec/record/metadata/AbstractColumnMetadata.java
 ##########
 @@ -295,6 +285,8 @@ public String toString() {
         .toString();
   }
 
+  protected void appendContents(StringBuilder buf) { }
+
   @JsonProperty("type")
   @Override
   public String typeString() {
 
 Review comment:
   Better make this abstract since all columns which implement this, must 
ensure parser can parse string back to type.
 
----------------------------------------------------------------
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]


> EVF v2 Scan Schema Resolution
> -----------------------------
>
>                 Key: DRILL-7696
>                 URL: https://issues.apache.org/jira/browse/DRILL-7696
>             Project: Apache Drill
>          Issue Type: Improvement
>    Affects Versions: 1.18.0
>            Reporter: Paul Rogers
>            Assignee: Paul Rogers
>            Priority: Major
>             Fix For: 1.18.0
>
>
> Revises the mechanism EVF uses to resolve the schema for a scan. See PR for 
> details.



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

Reply via email to