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

Support GROUP BY predicate pushdown when using json_extract in aggregation #23996

Open
tontinton opened this issue Oct 31, 2024 · 0 comments
Open

Comments

@tontinton
Copy link

tontinton commented Oct 31, 2024

The following queries don't hit my connector's applyAggregation breakpoint:

SELECT max(timestamp) FROM catalog.default.table GROUP BY json_extract(some_str, '$.some_number');

SELECT max(json_extract(some_str, '$.some_number')) FROM catalog.default.table GROUP BY timestamp;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant