Uh oh!
There was an error while loading. Please reload this page.
[Spotless] Applying Google Code Format for entire project #22 - #2005
Conversation
Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
Codecov Report
@@ Coverage Diff @@## main #2005 +/- ##
=========================================
Coverage 97.30% 97.30% - Complexity 4622 4623 +1
=========================================
Files 407 407 Lines 11934 11935 +1 Branches 827 828 +1 =========================================
+ Hits 11612 11613 +1
Misses 315 315 Partials 7 7
Flags with carried forward coverage won't be shown. Click here to find out more. |
Yury-Fridlyand
left a comment
There was a problem hiding this comment.
Can you move left of changes in :legacy into another PR?
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
… opensearch, plugin, ppl, protocol, sql Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
| exclude '**/build/**', '**/build-*/**' | ||
| } | ||
| importOrder() | ||
| // licenseHeader("/*\n" + |
There was a problem hiding this comment.
if we aren't going to apply this, we should either have a comment or remove it.
There was a problem hiding this comment.
Good idea, just added a comment that references the blocking issue
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Mitchell Gale <Mitchell.gale@improving.com>
Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The backport to To backport manually, run these commands in your terminal: # Navigate to the root of your repositorycd$(git rev-parse --show-toplevel)# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/sql/backport-2.x 2.x
# Navigate to the new working treepushd ../.worktrees/sql/backport-2.x
# Create a new branch
git switch --create backport/backport-2005-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 09d222bd83d6ee1f2ab0933b09499cea92d71b5a
# Push it to GitHub
git push --set-upstream origin backport/backport-2005-to-2.x
# Go back to the original working treepopd# Delete the working tree
git worktree remove ../.worktrees/sql/backport-2.xThen, create a pull request where the |
joshuali925
commented
Oct 30, 2023
removing backport-failed since there's a PR merged for 2.x |
Description
Applies spotless on entire project with
**/*.javaRemoves checkstyles from project
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.