-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Support for SQL. #2949
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 for SQL. #2949
Conversation
I should add some test case to verify complex results such as |
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.
thanks a lot for this; just some minor remarks/questions
src/main/java/org/springframework/data/elasticsearch/core/sql/types/package-info.java
Outdated
Show resolved
Hide resolved
src/main/java/org/springframework/data/elasticsearch/core/sql/SqlResponse.java
Outdated
Show resolved
Hide resolved
src/main/java/org/springframework/data/elasticsearch/core/sql/SqlOperations.java
Outdated
Show resolved
Hide resolved
src/main/java/org/springframework/data/elasticsearch/core/query/SqlQuery.java
Outdated
Show resolved
Hide resolved
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.
doesn't compile 😁
src/main/java/org/springframework/data/elasticsearch/client/elc/ElasticsearchTemplate.java
Outdated
Show resolved
Hide resolved
...in/java/org/springframework/data/elasticsearch/client/elc/ReactiveElasticsearchTemplate.java
Outdated
Show resolved
Hide resolved
src/main/java/org/springframework/data/elasticsearch/client/elc/RequestConverter.java
Outdated
Show resolved
Hide resolved
src/main/java/org/springframework/data/elasticsearch/client/elc/ElasticsearchTemplate.java
Outdated
Show resolved
Hide resolved
...in/java/org/springframework/data/elasticsearch/client/elc/ReactiveElasticsearchTemplate.java
Outdated
Show resolved
Hide resolved
...test/java/org/springframework/data/elasticsearch/core/sql/SqlOperationsIntegrationTests.java
Outdated
Show resolved
Hide resolved
...test/java/org/springframework/data/elasticsearch/core/sql/SqlOperationsIntegrationTests.java
Outdated
Show resolved
Hide resolved
...test/java/org/springframework/data/elasticsearch/core/sql/SqlOperationsIntegrationTests.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Youssef Aouichaoui <[email protected]>
Signed-off-by: Youssef Aouichaoui <[email protected]>
Signed-off-by: Youssef Aouichaoui <[email protected]>
Signed-off-by: Youssef Aouichaoui <[email protected]>
Signed-off-by: Youssef Aouichaoui <[email protected]>
Signed-off-by: Youssef Aouichaoui <[email protected]>
Closes #2683