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

Lenient schema validation #145

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jun 20, 2021

  1. Ensured that schema validation matches nested structures that are in …

    …different order (mrpowers-io#144)
    
    * Highlighted issues with schema validation's order sensitivity of nested structures.
    
    * Implemented recursive schema checker
    
    Enables nested structures to be compared regardless of order.
    skestle committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    f074364 View commit details
    Browse the repository at this point in the history
  2. Validated data frames with not null columns against null schema columns.

    Previously, a dataframe would be considered invalid if it had not-null data,
     but the schema allowed the data to be nullable
    skestle committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    c84ded8 View commit details
    Browse the repository at this point in the history