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: ``` ```
[!CAUTION]
An error has occurred: 500 null (tracking ID: cf7ff3a357)
I'm currently fixing this PR to address the following:
[Sweep GHA Fix] The GitHub Actions run failed with the following error logs: ``` ```
✨ Created Pull Request: https://github.com/holdenk/spark-upgrade/pull/117
I'm currently fixing this PR to address the following:
[Sweep GHA Fix] The GitHub Actions run failed with the following error logs: ``` ```
[!CAUTION]
An error has occurred: Sweep could not find any files to modify (tracking ID: 8126707c7f)
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 in the cleanup script.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 in the cleanup script.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.scalafix/rules/src/main/scala/fix/ScalaTestExtendsFix.scala
to fix class declaration and replaceFunSuite
withFunSuiteLike
.