Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRILL-8474: Adding Daffodil to Drill as a contrib. #2909

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 5, 2024

  1. Adding Daffodil to Drill as a 'contrib'

    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
    
    apache#2835
    mbeckerle committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a52cd43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41a781b View commit details
    Browse the repository at this point in the history
  3. Update to Daffodil 3.8.0

    mbeckerle committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8fed39a View commit details
    Browse the repository at this point in the history