carloea2 opened a new pull request, #8273: URL: https://github.com/apache/texera/pull/8273
### What changes were proposed in this PR? Treat an empty Python list as no operator output before invoking the generic matcher. Nonempty list output continues through the existing conversion path. ### Any related issues, documentation, discussions? Closes #8272 ### How was this PR tested? Added negative coverage for empty list output and positive coverage for a nonempty list. `C:\Users\carlo\texera\texera\.venv312\Scripts\python.exe -c "import sys,pytest; sys.path[:0]=[r'C:\Users\carlo\texera\texera-worktrees\investigate-bug72\amber\src\main\python',r'C:\Users\carlo\texera\texera\amber\src\main\python']; raise SystemExit(pytest.main([r'amber\src\test\python\core\models\test_table.py',r'amber\src\test\python\core\models\test_operator.py','-p','no:cacheprovider','-q']))"` `C:\Users\carlo\texera\texera\.venv312\Scripts\ruff.exe check amber/src/main/python/core/models/table.py amber/src/test/python/core/models/test_table.py` `C:\Users\carlo\texera\texera\.venv312\Scripts\ruff.exe format --check amber/src/main/python/core/models/table.py amber/src/test/python/core/models/test_table.py` All 64 tests passed. Ruff checks passed. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: OpenAI 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]
