Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Integ migration #77

Merged

Conversation

jngz-es
Copy link
Contributor

@jngz-es jngz-es commented Jun 7, 2019

Issue #76 , if available:

Description of changes:
Migrate NestedFieldQuery, QueryFunctions, SourceField from maven to gradle.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

catch (SqlParseException | SQLFeatureNotSupportedException e) {
throw new IllegalStateException("Query failed: " + sql, e);
}
private SearchResponse execute(String sql) throws IOException {
Copy link
Contributor

Choose a reason for hiding this comment

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

np: this function is now in too many places, would be good to re-use. You can add a TODO for now at least to have some way of tracking.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure, will add a comment for TODO.

Copy link
Contributor

@arsen-es arsen-es left a comment

Choose a reason for hiding this comment

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

I noticed you have lines longer than 120 characters, please update your IntelliJ setting to wrap lines longer than 120 and reformat, just trying to keep the checkstyle errors low, so that we can address them at some point.

@jngz-es jngz-es merged commit 90d77a6 into opendistro-for-elasticsearch:master Jun 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants