Fix spark installation for Java 11 and Arrow

This commit is contained in:
romainx
2020-12-13 11:58:46 +01:00
parent 399cbb986c
commit 1dd95bad2c
3 changed files with 79 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ LOGGER = logging.getLogger(__name__)
@pytest.mark.parametrize(
"test_file",
# TODO: add local_sparklyr
["local_pyspark", "local_spylon", "local_sparkR"],
["local_pyspark", "local_spylon", "local_sparkR", "issue_1168"],
)
def test_nbconvert(container, test_file):
"""Check if Spark notebooks can be executed"""