Issues
- 2
- 0
- 7
Refactor code to conform to PEP8
#65 opened by calum-mcg - 0
Update docs formatting
#138 opened by matthew-powers-db - 2
The repository is missing a release pipeline
#131 opened by fpgmaas - 0
Images are not rendered in GH pages
#135 opened by SemyonSinchenko - 0
assert None while ignore_metadata=True
#84 opened by w-modzo - 0
Run unit tests for various version of Pyspark
#109 opened by fpgmaas - 0
feat: Create NOTICE file
#116 opened by SemyonSinchenko - 5
chispa 1.0 release
#93 opened by MrPowers - 0
- 2
bug: Build failure after #80
#107 opened by SemyonSinchenko - 0
- 0
Port docs to Material
#101 opened by MrPowers - 0
Adding Type Hinting to Chispa public API
#99 opened by zeotuan - 4
Handle nested nullability
#44 opened by machielg - 1
- 0
- 2
Give user control to customize output formatting
#75 opened by MrPowers - 1
- 0
Unit testing the code with Spark Connect
#87 opened by MrPowers - 2
- 1
- 0
Unit tests are only run against a single version of Python on the `main` branch.
#82 opened by fpgmaas - 4
Issues on Python 3.10 due to six 1.15.0
#78 opened by fpgmaas - 6
- 3
assert_df_equality throws SchemasNotEqualError when the dataframes are identical (except for the metadata)
#70 opened by fedemgp - 0
- 1
- 5
Run tests for multiple PySpark versions in CI
#61 opened by MrPowers - 1
- 1
- 0
Highlight mismatching values
#52 opened by richardwmcgovern - 0
Reconfigure CI to run tests on pull requests
#60 opened by MrPowers - 17
- 1
Fix the badges in the project README
#53 opened by MrPowers - 1
- 2
Flatten dataframe
#47 opened by bjornjorgensen - 1
- 1
Add parameter to enable DataFramesNotEqualError to be raised without printing the differences between the two dataframes
#43 opened by slavyolov - 3
- 2
- 0
- 4
Dataframe equality ignoring schema
#31 opened by arunvelsriram - 2
- 6
- 3
- 1
Adapt "ignore_nullable" parameter to handle data types within Arrays
#25 opened by mitches-got-glitches - 0
Mutable default arguments in Python (like `[]`) are slightly dangerous. If you mutate `transforms` inside this function, the mutations will persist to the next call of the function.
#17 opened by MrPowers - 0
Restructure assert_df_equality so that `if allow_nan_equality` is checked on specific row comparisons
#18 opened by MrPowers