[Kernel][Infra] Fix the java checkstyle for Kernel's Meta file#3034
Merged
allisonport-db merged 1 commit intodelta-io:masterfrom May 3, 2024
Merged
Conversation
vkorukanti
approved these changes
May 3, 2024
allisonport-db
added a commit
to allisonport-db/delta
that referenced
this pull request
May 4, 2024
…-io#3034) <!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, please read our contributor guidelines: https://github.com/delta-io/delta/blob/master/CONTRIBUTING.md 2. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP] Your PR title ...'. 3. Be sure to keep the PR description updated to reflect all changes. 4. Please write your PR title to summarize what this PR proposes. 5. If possible, provide a concise example to reproduce the issue for a faster review. 6. If applicable, include the corresponding issue number in the PR title and link it in the body. --> #### Which Delta project/connector is this regarding? <!-- Please add the component selected below to the beginning of the pull request title For example: [Spark] Title of my pull request --> - [ ] Spark - [ ] Standalone - [ ] Flink - [X] Kernel - [ ] Other (fill in here) ## Description Merging delta-io#3019 broke the `kernelApi/checkstyle` which is failing CI jobs since it's original tests ran before delta-io@8cdf411 was committed. ## How was this patch tested? Checked locally that `kernelApi/checkstyle` passes. (cherry picked from commit fe88cc3)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which Delta project/connector is this regarding?
Description
Merging #3019 broke the
kernelApi/checkstylewhich is failing CI jobs since it's original tests ran before 8cdf411 was committed.How was this patch tested?
Checked locally that
kernelApi/checkstylepasses.