Skip to content

Commit

Permalink
Merge pull request #180 from jeffbrennan/main
Browse files Browse the repository at this point in the history
fix lint and build errors
  • Loading branch information
jeffbrennan authored Jan 28, 2024
2 parents 8b43774 + b57957f commit 73611a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benchmarks/visualize_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def get_benchmark_date(benchmark_path: str) -> str:

if __name__ == "__main__":
spark = (
SparkSession.builder.appName("MyApp") # type: ignore
SparkSession.builder.appName("MyApp") # type: ignore # noqa: PGH003
.config("spark.executor.memory", "10G")
.config("spark.driver.memory", "25G")
.config("spark.sql.shuffle.partitions", "2")
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 73611a3

Please sign in to comment.