-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Spotless] Applying Google Code Format for core/src/main files #3 #314
[Spotless] Applying Google Code Format for core/src/main files #3 #314
Conversation
Codecov Report
@@ Coverage Diff @@
## integ/sl_GoogleJavaFormat3 #314 +/- ##
================================================================
- Coverage 97.42% 97.42% -0.01%
Complexity 4647 4647
================================================================
Files 408 408
Lines 11526 11522 -4
Branches 839 837 -2
================================================================
- Hits 11229 11225 -4
Misses 290 290
Partials 7 7
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Checkstyle fails for some of the changes. |
Yeah, sadly I think I'll have to disable checkstyle. I'm looking into making Spotless have the same rules as checkstyles to see if that works. |
8bb4117
to
335e1a4
Compare
* "out of nothing" which is corresponding with VALUES clause in SQL. | ||
* Mostly all rows must have the same number of literals and each column should | ||
* have same type or can be converted implicitly. | ||
* In particular, typical use cases include: |
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.
can we ignore spotless here?
or add list tags...
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.
Fixed
* 1> Optimize the current node with all the rules. | ||
* 2> Optimize the all the child nodes with all the rules. | ||
* 3) In case the child node could change, Optimize the current node again. | ||
* {@link LogicalPlan} Optimizer. The Optimizer will run in the TopDown manner. 1> Optimize the |
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.
can we ignore spotless here or add list tags?
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.
Done!
…ensearch/sql/planner core/src/main/java/org/opensearch/sql/storage core/src/main/java/org/opensearch/sql/utils Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
… fixes files. Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
…ava OperatorUtils.java Planner.java Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
2cf21ec
to
a2a633a
Compare
* row = comments: { | ||
* likes: 2 | ||
* } | ||
* <p>Sample input: keys = ['comments.likes'] row = comments: { likes: 2 } |
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.
Add pre
or few br
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! added pre
in d52b65c
…re tag. Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
Description
This PR applies Spotless on Java code for:
core/src/main/java/org/opensearch/sql/planner
core/src/main/java/org/opensearch/sql/storage
core/src/main/java/org/opensearch/sql/utils
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.