Skip to content

Commit

Permalink
Hive support failures
Browse files Browse the repository at this point in the history
Signed-off-by: Ankita Katiyar <[email protected]>
  • Loading branch information
ankatiyar committed Oct 18, 2023
1 parent 23705ac commit 0184855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kedro-datasets/tests/spark/test_spark_hive_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def spark_session():
.config(
"spark.sql.warehouse.dir", (Path(tmpdir) / "warehouse").absolute()
)
.config("spark.sql.catalogImplementation", "hive")
.config(
"javax.jdo.option.ConnectionURL",
f"jdbc:derby:;"
Expand Down

0 comments on commit 0184855

Please sign in to comment.