Skip to content

Commit

Permalink
remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed May 24, 2024
1 parent 1380dba commit 7ea5c14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/spark/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def get_spark_session(

# Just to include the necessary jars for Delta Lake
jar_names = [f"delta-spark_{SCALA_VER}-{DELTA_SPARK_VER}.jar",

Check warning on line 89 in src/spark/utils.py

View check run for this annotation

Codecov / codecov/patch

src/spark/utils.py#L89

Added line #L89 was not covered by tests
# f"delta-storage-{DELTA_SPARK_VER}.jar",
f"hadoop-aws-{HADOOP_AWS_VER}.jar"]
jars_str = _get_jars(jar_names)
delta_conf = _get_delta_lake_conf(jars_str)
Expand Down

0 comments on commit 7ea5c14

Please sign in to comment.