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

Adding support for dcount queries. #23725

Merged
merged 2 commits into from
Aug 31, 2021
Merged

Conversation

mbhaskar
Copy link
Member

@mbhaskar mbhaskar commented Aug 23, 2021

This PR adds support for distinct count queries
Ex:
select value count(1) from (select distinct c.id from c)
Implementation essentially leverages the existing distinct query support and aggregates count across partitions

@mbhaskar
Copy link
Member Author

/azp run java - cosmos - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mbhaskar mbhaskar merged commit 6dabf5b into Azure:main Aug 31, 2021
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-java that referenced this pull request Apr 28, 2023
adding sphere RP files (Azure#23725)

* adding sphere RP files

* updating custom words list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants