-
Notifications
You must be signed in to change notification settings - Fork 624
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
feat(pandas): support memtable in pandas backend #5927
Conversation
I see that I have some tests to remove It seems I should also remove them for the |
Thanks for the PR! Except for the |
Locally, I still have this failure: FAILED ibis/backends/tests/test_client.py::test_interactive_repr_max_columns[pandas-False] - AssertionError: assert ' c_19 ' not in '┏━━━━━━━┳━━...─────┴───┘\n' I want to see if it also fails in the CI, and I will take a look! |
I tried out
and that passes for me. |
commitlint is failing because
should be
|
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.
Couple of micronits, not blocking.
Merging on green!
Also, feel free to squash this PR! |
I reported the pytest failure upstream: pytest-dev/pytest#10874. |
No need to squash! |
As a general FYI, I was also running into a Example:
|
That's something we can address in a separate PR, we usually do that by including a specific pattern after the |
It doesn't seem to be triggering the failure in CI or locally for me, so it could be an environment issue. |
🚢-ing it! |
Closes #5467
(Relatively new contributor, and welcome feedback on anything nuanced that I am missing here!)