Skip to content
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

[SPARK-48098][INFRA] Enable NOLINT_ON_COMPILE for all except lint job #46346

Closed
wants to merge 1 commit into from

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented May 2, 2024

What changes were proposed in this pull request?

This PR aims to enable NOLINT_ON_COMPILE for all except lint job.

Why are the changes needed?

This will reduce the redundant CPU cycle and GitHub action usage.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the CIs.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the INFRA label May 2, 2024
@dongjoon-hyun
Copy link
Member Author

Hi, @gengliangwang . Could you review this PR when you have some time?

Copy link
Member

@gengliangwang gengliangwang left a comment

Choose a reason for hiding this comment

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

LGTM. This can avoid duplicate lint checks

@dongjoon-hyun
Copy link
Member Author

dongjoon-hyun commented May 2, 2024

Thank you so much, @gengliangwang .

@dongjoon-hyun
Copy link
Member Author

Oh, sorry. I need to revise this PR.

@dongjoon-hyun dongjoon-hyun marked this pull request as ready for review May 2, 2024 22:28
@dongjoon-hyun
Copy link
Member Author

Could you review this PR once more, @gengliangwang ?

@dongjoon-hyun
Copy link
Member Author

Thank you for review and approval.

@dongjoon-hyun dongjoon-hyun marked this pull request as draft May 2, 2024 23:12
@dongjoon-hyun dongjoon-hyun marked this pull request as ready for review May 2, 2024 23:29
@dongjoon-hyun dongjoon-hyun marked this pull request as draft May 2, 2024 23:29
@dongjoon-hyun dongjoon-hyun marked this pull request as ready for review May 3, 2024 00:18
@dongjoon-hyun dongjoon-hyun deleted the SPARK-48098 branch May 3, 2024 06:58
JacobZheng0927 pushed a commit to JacobZheng0927/spark that referenced this pull request May 11, 2024
… job

### What changes were proposed in this pull request?

This PR aims to enable `NOLINT_ON_COMPILE` for all except `lint` job.

### Why are the changes needed?

This will reduce the redundant CPU cycle and GitHub action usage.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes apache#46346 from dongjoon-hyun/SPARK-48098.

Lead-authored-by: Dongjoon Hyun <dhyun@apple.com>
Co-authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants