Skip to content

build: lint as a separate step#3717

Merged
andygrove merged 5 commits intomainfrom
db/split-lint
Mar 18, 2026
Merged

build: lint as a separate step#3717
andygrove merged 5 commits intomainfrom
db/split-lint

Conversation

@blaginin
Copy link
Copy Markdown
Member

@blaginin blaginin commented Mar 17, 2026

I don't think we need to run scalafix / prettier 42 times - it doesn't care about Suite or scan_impl. Moved it to a separate step with a smaller matrix.

Got 7 minutes off the total duration (30 → 23 min)

@blaginin blaginin self-assigned this Mar 17, 2026
@comphead
Copy link
Copy Markdown
Contributor

image

What is this warning on PR, havent' seen this before 🤔

@blaginin
Copy link
Copy Markdown
Member Author

that's #3617

SPARK_LOCAL_IP: "127.0.0.1"
run: |
MAVEN_OPTS="-Xmx4G -Xms2G -XX:+UnlockDiagnosticVMOptions -XX:+ShowMessageBoxOnError -XX:+HeapDumpOnOutOfMemoryError -XX:ErrorFile=./hs_err_pid%p.log" SPARK_HOME=`pwd` ./mvnw -B -Prelease clean install ${{ inputs.maven_opts }}
MAVEN_OPTS="-Xmx4G -Xms2G -XX:+UnlockDiagnosticVMOptions -XX:+ShowMessageBoxOnError -XX:+HeapDumpOnOutOfMemoryError -XX:ErrorFile=./hs_err_pid%p.log" SPARK_HOME=`pwd` ./mvnw -B -Prelease install ${{ inputs.maven_opts }}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Removing clean doesn't seem strictly related to the goal of this PR, but I also don't think that it should cause issues.

Copy link
Copy Markdown
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

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

Thanks @blaginin

@andygrove andygrove merged commit 477c8a4 into main Mar 18, 2026
116 of 117 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants