-
Notifications
You must be signed in to change notification settings - Fork 138
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 #5 #1942
Conversation
Adding core final GJF fix. Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
Codecov Report
@@ Coverage Diff @@
## main #1942 +/- ##
============================================
+ Coverage 97.42% 97.51% +0.08%
- Complexity 4647 4658 +11
============================================
Files 408 408
Lines 11526 11932 +406
Branches 839 832 -7
============================================
+ Hits 11229 11635 +406
Misses 290 290
Partials 7 7
Flags with carried forward coverage won't be shown. Click here to find out more.
|
* Fixing strings change from main OS repo. Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> * Fixing issues. Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> * Fixing changed syntax to toStirng. Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> * Fixing changed syntax to toStirng. Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> * add tosttring fix to RestSQLQueryActionCursorFallbackTest Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> * added unused function Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> --------- Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
* Agg(Alias("AVG(age)", aggExpr), Alias("length(name)", groupExpr)) | ||
* | ||
* <ol> | ||
* <li>1. SELECT name, AVG(age) FROM s BY name -> Project(Alias("name", expr), Alias("AVG(age)", |
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.
Remove 1.
here
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, fixed in #1930.
* WHEN search_condition THEN result_expr | ||
* [WHEN search_condition THEN result_expr] ... | ||
* [ELSE result_expr] | ||
* CASE<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.
Why not just use <pre>
here similar to line 263 below?
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.
Replaced with pre in #1930.
* <li>Define a public no-arg constructor. | ||
* </ul> | ||
* <li>Overwrite {@link #getPlanForSerialization} to return another instance of {@link | ||
* SerializablePlan}. |
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.
Missed closing </li>
Why? |
Superseded by #1951 |
Description
Based off #1930, #1931. #1932. #1933 and applies spotless to entire
core
project. Covers remaining fixes not covered by PR 1-4.NOTE: should be reviewed after PRs spotless 1-4 PRs are approved.
#1930
#1931
#1932
#1933
Issues Resolved
#1101
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.