Closed sweep-ai[bot] closed 3 months ago
I'm currently fixing this PR to address the following:
[Sweep GHA Fix] The GitHub Actions run failed with the following error logs: ``` ```
Currently fetching files... (step 1/3)
I'm currently fixing this PR to address the following:
[Sweep GHA Fix] The GitHub Actions run failed with the following error logs: ``` ```
Currently fetching files... (step 1/3)
Description
This pull request includes the following changes:
e2e_demo/scala/cleanup.sh
to remove thesparkdemoproject-3
directory, clear the../../pipelinecompare/warehouse
directory, and delete files in/tmp/spark-migration-jars
.e2e_demo/scala/run_demo-gradle.sh
to add the-e
flag to the shebang line and handle errors during cleanup.github_actions_workflow.yml
file to define a GitHub Actions workflow for building, testing, publishing, and deploying the project.pysparkler/config.yaml
file with updated configuration forPY24-30-001
andPY24-30-002
.scalafix/rules/src/main/scala/fix/AccumulatorUpgrade.scala
to fix the class declaration.scalafix/rules/src/main/scala/fix/NewFile.scala
file to implement necessary functionality or fixes.scalafix/rules/src/main/scala/fix/ScalaTestExtendsFix.scala
to fix the class declaration and replaceFunSuite
withFunSuiteLike
.Summary
e2e_demo/scala/cleanup.sh
to remove unnecessary directories and files.e2e_demo/scala/run_demo-gradle.sh
to handle errors during cleanup.pysparkler/config.yaml
.scalafix/rules/src/main/scala/fix/AccumulatorUpgrade.scala
.scalafix/rules/src/main/scala/fix/NewFile.scala
for implementing necessary functionality or fixes.FunSuite
withFunSuiteLike
inscalafix/rules/src/main/scala/fix/ScalaTestExtendsFix.scala
.