LICENSE
MANIFEST.in
README.md
VERSION
setup.cfg
setup.py
spark_data_frame_comparer/__init__.py
spark_data_frame_comparer/list_utils.py
spark_data_frame_comparer/py.typed
spark_data_frame_comparer/schema_comparer.py
spark_data_frame_comparer/schema_comparison_item.py
spark_data_frame_comparer/sparjk_data_frame_comparer_generic_exception.py
spark_data_frame_comparer/spark_data_frame_comparer.py
spark_data_frame_comparer/spark_data_frame_comparer_exception.py
spark_data_frame_comparer/spark_data_frame_comparer_helper.py
spark_data_frame_comparer/spark_data_frame_error.py
spark_data_frame_comparer/spark_data_frame_exception_type.py
spark_data_frame_comparer/spark_data_frame_sorter.py
spark_data_frame_comparer/utilities/__init__.py
spark_data_frame_comparer/utilities/dictionary_joiner/__init__.py
spark_data_frame_comparer/utilities/dictionary_joiner/dictionary_joiner.py
spark_data_frame_comparer/utilities/dictionary_joiner/joined_result.py
spark_data_frame_comparer/utilities/pretty_print/__init__.py
spark_data_frame_comparer/utilities/pretty_print/pretty_print.py
sparkdataframecomparer.egg-info/PKG-INFO
sparkdataframecomparer.egg-info/SOURCES.txt
sparkdataframecomparer.egg-info/dependency_links.txt
sparkdataframecomparer.egg-info/not-zip-safe
sparkdataframecomparer.egg-info/requires.txt
sparkdataframecomparer.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/data_frame_sorter/__init__.py
tests/data_frame_sorter/test_data_frame_sorter.py
tests/data_frame_sorter/input/__init__.py
tests/schema_comparer/__init__.py
tests/schema_comparer/matches/__init__.py
tests/schema_comparer/matches/test_schema_comparer_array_to_array.py
tests/schema_comparer/matches/test_schema_comparer_array_to_array_allow_missing_nullable_properties_fail.py
tests/schema_comparer/matches/test_schema_comparer_array_to_array_allow_missing_nullable_properties_pass.py
tests/schema_comparer/matches/test_schema_comparer_simple.py
tests/schema_comparer/matches/test_schema_comparer_struct_to_struct_nullable_parent.py
tests/schema_comparer/matches/test_schema_comparer_struct_to_struct_nullable_parent_recursive.py
tests/schema_comparer/not_matches/__init__.py
tests/schema_comparer/not_matches/test_schema_comparer_array_to_array.py
tests/schema_comparer/not_matches/test_schema_comparer_complex.py
tests/schema_comparer/not_matches/test_schema_comparer_simple.py
tests/schema_comparer/not_matches/test_schema_comparer_struct_to_simple.py
tests/schema_comparer/not_matches/test_schema_comparer_struct_to_struct.py
tests/simple/__init__.py
tests/simple/test_simple.py
tests/simple/input/__init__.py
tests/simple_fail/__init__.py
tests/simple_fail/test_simple_fail.py
tests/simple_fail/test_simple_fail_schema.py
tests/simple_fail/test_simple_fail_with_func_path_modifier.py
tests/simple_fail/input/__init__.py
tests/simple_with_different_column_order/__init__.py
tests/simple_with_different_column_order/test_simple_with_different_column_order.py
tests/simple_with_null_expected_values_in_json/__init__.py
tests/simple_with_null_expected_values_in_json/test_simple_with_null_expected_values_in_json.py
tests/simple_with_null_result_values_in_json/__init__.py
tests/simple_with_null_result_values_in_json/test_simple_with_null_result_values_in_json.py
tests/simple_with_sorting/__init__.py
tests/simple_with_sorting/test_simple.py
tests/spark_data_frame_comparer/__init__.py
tests/spark_data_frame_comparer/test_spark_data_frame_comparer.py
tests/spark_data_frame_comparer_helper/__init__.py
tests/spark_data_frame_comparer_helper/test_spark_data_frame_comparer_helper.py
tests/utilities/__init__.py
tests/utilities/dictionary_joiner/__init__.py
tests/utilities/dictionary_joiner/test_dictionary_joiner.py