Skip to content
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(oracle): implement mode aggregation #9914

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Aug 25, 2024

Add support for the mode aggregation to Oracle

@cpcloud cpcloud added this to the 9.4 milestone Aug 25, 2024
@cpcloud cpcloud added feature Features or general enhancements oracle The Oracle backend labels Aug 25, 2024
@cpcloud cpcloud removed this from the 9.4 milestone Sep 1, 2024
@cpcloud cpcloud force-pushed the oracle-mode branch 2 times, most recently from a7edca6 to cdbb9a4 Compare September 2, 2024 14:02
@cpcloud cpcloud added this to the 9.4 milestone Sep 2, 2024
raises=com.OperationNotDefinedError,
reason="mode is not supported",
),
pytest.mark.notimpl(
["oracle"],
raises=com.OperationNotDefinedError,
reason="Mode is not supported and ORA-02000: missing AS keyword",
raises=OracleDatabaseError,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's still an issue with using mode in describe, but at least now users can call mode outside of that context. I'm not entirely sure why mode isn't working in describe.

@cpcloud cpcloud merged commit 9ee910d into ibis-project:main Sep 3, 2024
81 checks passed
@cpcloud cpcloud deleted the oracle-mode branch September 3, 2024 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Features or general enhancements oracle The Oracle backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants