carloea2 opened a new pull request, #8232: URL: https://github.com/apache/texera/pull/8232
### What is this PR for? Reduce DataFrame equality across all rows and columns, then return a Python boolean. This makes `Table.__eq__` match its declared contract and avoids ambiguous-Series failures in callers. Closes #8231 ### What type of PR is it? Bug Fix ### How was this PR tested? ```text python -c "import sys,pytest; sys.path[:0]=[worktree amber source, main amber source]; raise SystemExit(pytest.main(['amber/src/test/python/core/models/test_table.py','amber/src/test/python/pytexera/udf/test_udf_operator.py','-q','-p','no:cacheprovider']))" 70 passed ruff check amber/src/main/python amber/src/test/python All checks passed ruff format --check amber/src/main/python amber/src/test/python 213 files already formatted ``` A direct post-fix probe covered equal and differing DataFrames: ```text equal_type=bool equal_result=True different_type=bool different_result=False truth=True ``` Generated-by: Codex -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
