You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by arina-ielchiieva <gi...@git.apache.org> on 2018/02/28 11:25:39 UTC

[GitHub] drill issue #1138: DRILL-4120: Allow implicit columns for Avro storage forma...

Github user arina-ielchiieva commented on the issue:

    https://github.com/apache/drill/pull/1138
  
    You are basically reverting changes done in DRILL-3810 to support schema validation in Avro. 
    Avro format is strict and has schema. Should Drill treat it the same way or do loosen parsing?
    
    We should evaluate the option of leaving schema for avro but adding implicit columns. Maybe the change won't be as easy as changing `AvroDrillTable` to `DynamicDrillTable` but it might be more correct.
    
    You can also start mailing thread on dev / user list, asking about treating avro as dynamic format (listing pros and cons) and get feedback from the users. 
    
    [1] https://issues.apache.org/jira/browse/DRILL-3810


---