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: ``` ```
✨ Created Pull Request: https://github.com/holdenk/spark-upgrade/pull/131
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/136
Description
This pull request includes the following changes:
.github/workflows/main.yml
to set up continuous integration for the repository.cleanup.sh
script in thee2e_demo/scala
directory to remove additional directories and files.run_demo-gradle.sh
script in thee2e_demo/scala
directory to handle errors during cleanup and project cleanup.README.md
file in thepysparkler
directory to provide installation instructions for PySparkler.config.yaml
in thepysparkler
directory to configure PySparkler settings.META-INF/services/scalafix.v1.Rule
file in thescalafix/rules/src/main/resources
directory to add and remove rules.AccumulatorUpgrade.scala
file in thescalafix/rules/src/main/scala/fix
directory to fix the class declaration.NewFile.scala
in thescalafix/rules/src/main/scala/fix
directory to implement new functionality or fixes.ScalaTestExtendsFix.scala
file in thescalafix/rules/src/main/scala/fix
directory to fix the extends statement.Summary
.github/workflows/main.yml
to set up continuous integration for the repository.cleanup.sh
script in thee2e_demo/scala
directory to remove additional directories and files.run_demo-gradle.sh
script in thee2e_demo/scala
directory to handle errors during cleanup and project cleanup.README.md
file in thepysparkler
directory to provide installation instructions for PySparkler.config.yaml
in thepysparkler
directory to configure PySparkler settings.META-INF/services/scalafix.v1.Rule
file in thescalafix/rules/src/main/resources
directory to add and remove rules.AccumulatorUpgrade.scala
file in thescalafix/rules/src/main/scala/fix
directory to fix the class declaration.NewFile.scala
in thescalafix/rules/src/main/scala/fix
directory to implement new functionality or fixes.ScalaTestExtendsFix.scala
file in thescalafix/rules/src/main/scala/fix
directory to fix the extends statement.