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

Jacques Nadeau commented on DRILL-19:
-------------------------------------

In the heterogeneous situation, you should just capture the array as type 
heterogeneous and then encode the schema information with each element in the 
array. 

Random thought, what do you think about making your schema code output a proto 
idl?  For the heterogeneous array option,  I'd use a type of repeated bytes 
with the assumption that each bytes value will be the schema followed by the 
data.
                
> Build a JSON scanner that does schema discovery
> -----------------------------------------------
>
>                 Key: DRILL-19
>                 URL: https://issues.apache.org/jira/browse/DRILL-19
>             Project: Apache Drill
>          Issue Type: New Feature
>            Reporter: Jacques Nadeau
>            Assignee: Timothy Chen
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to