mbeckerle opened a new pull request, #2909:
URL: https://github.com/apache/drill/pull/2909

   Requires Daffodil version 3.7.0 or higher.
   
   New format-daffodil module created
   
   Still uses absolute paths for the schemaFileURI.
   (which is cheating. Wouldn't work in a true distributed drill environment.)
   
   We have yet to work out how to enable Drill to provide access for DFDL 
schemas in XML form with include/import to be resolved.
   
   The input data stream is, however, being accessed in the proper Drill 
manner. Gunzip happened automatically. Nice.
   
   Note: Fix boxed Boolean vs. boolean problem. Don't use boxed primitives in 
Format config objects.
   
   Test show this works for data as complex as having nested repeating 
sub-records.
   
   These DFDL types are supported:
   
   - int
   - long
   - short
   - byte
   - boolean
   - double
   - float (does not work. Bug DAFFODIL-2367)
   - hexBinary
   - string
   
   https://github.com/apache/drill/issues/2835
   
   # [DRILL-XXXX](https://issues.apache.org/jira/browse/DRILL-XXXX): PR Title
   
   (Please replace `PR Title` with actual PR Title)
   
   ## Description
   
   (Please describe the change. If more than one ticket is fixed, include a 
reference to those tickets.)
   
   ## Documentation
   (Please describe user-visible changes similar to what should appear in the 
Drill documentation.)
   
   ## Testing
   (Please describe how this PR has been tested.)
   


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to