-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: check label list list column type earlier #2846
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2846 +/- ##
==========================================
- Coverage 78.12% 78.11% -0.02%
==========================================
Files 229 229
Lines 70492 70501 +9
Branches 70492 70501 +9
==========================================
- Hits 55073 55070 -3
- Misses 12305 12314 +9
- Partials 3114 3117 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Error throws in the main branch make: *** [test] Illegal instruction: 4 _____________________ test_duckdb_pushdown_extension_types _____________________ tmp_path = PosixPath('/tmp/pytest-of-runner/pytest-0/test_duckdb_pushdown_extension0')
E duckdb.duckdb.Error: OSError: Invalid user input: pushdown filter referenced a field that is not yet supported by Substrait conversion, /home/runner/work/lance/lance/rust/lance-datafusion/src/substrait.rs:225:157 python/tests/test_integration.py:39: Error python/tests/test_integration.py::test_duckdb_pushdown_extension_types FAILED |
rust linux-arm Error: The operation was canceled. |
@westonpace @wjones127 PTAL, thanks! |
New version: (0, 17, 1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for cleaning this up!
Thanks for reviewing and providing good suggestions! |
fixes #2844