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/105
Description
This pull request includes the following changes:
sparkdemoproject-3
directory and cleared the../../pipelinecompare/warehouse/
directory and/tmp/spark-migration-jars/
file in thecleanup.sh
script.run_demo-gradle.sh
script to include the-e
flag in the shebang line.cleanup.sh
script in therun_demo-gradle.sh
script.INITIAL_VERSION
variable in therun_demo-gradle.sh
script from2.4.8
to3.3.1
.pysparkler/config.yaml
file.scalafix/rules/src/main/resources/META-INF/services/scalafix.v1.Rule
file.ScalaTestExtendsFix.scala
file to fix a typo in the comment.Summary
sparkdemoproject-3
,../../pipelinecompare/warehouse/
, and/tmp/spark-migration-jars/
incleanup.sh
.run_demo-gradle.sh
to include the-e
flag and added a check for the success ofcleanup.sh
.INITIAL_VERSION
variable inrun_demo-gradle.sh
from2.4.8
to3.3.1
.pysparkler/config.yaml
.scalafix/rules/src/main/resources/META-INF/services/scalafix.v1.Rule
.ScalaTestExtendsFix.scala
to fix a typo in the comment.