Skip to content

feat: add compact dataframe diff errors - #191

Open
w3lld1 wants to merge 1 commit into
MrPowers:mainfrom
w3lld1:fix/df-equality-compact-errors
Open

w3lld1 wants to merge 1 commit into
MrPowers:mainfrom
w3lld1:fix/df-equality-compact-errors

Conversation

@w3lld1

@w3lld1 w3lld1 commented Jul 10, 2026

Copy link
Copy Markdown

Summary

Validation

  • python -m py_compile chispa/dataframe_comparer.py chispa/rows_comparer.py chispa/__init__.py tests/test_dataframe_comparer.py
  • git diff --check
  • python -m ruff check chispa/dataframe_comparer.py chispa/rows_comparer.py chispa/__init__.py tests/test_dataframe_comparer.py
  • python -m ruff format --check chispa/dataframe_comparer.py chispa/rows_comparer.py chispa/__init__.py tests/test_dataframe_comparer.py
  • python -m mypy chispa
  • Row-comparer smoke script verifying compact and full-log error behavior with pyspark.sql.Row
  • JAVA_HOME=/home/hermes/.local/jdks/temurin17 python -m pytest -q tests/test_dataframe_comparer.py -ra → 40 passed

Fixes #43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add parameter to enable DataFramesNotEqualError to be raised without printing the differences between the two dataframes

1 participant