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

Bug - Elasticsearch connector - query incl. Count & Filter: wrong sum #23495

Open
jimPeill opened this issue Sep 19, 2024 · 1 comment
Open

Comments

@jimPeill
Copy link

The result of the following SQL query on an elasticsearch database :
Select count(*) from table_z where x=y;

is not equal to the result of the related ES query:

curl get table_z/_count?
query bool filter term x: value:y

I get more lines through the SQL query

@findinpath
Copy link
Contributor

Do you have a reproduction scenario?

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

2 participants