Do not import sparklyr, because it requires spark>=3.3

This commit is contained in:
Ayaz Salikhov
2022-07-05 00:56:27 +04:00
parent 61b20aa69e
commit 5eb78a141b

View File

@@ -72,6 +72,7 @@ EXCLUDED_PACKAGES = [
"protobuf",
"python",
"r-irkernel",
"r-sparklyr", # TODO(asalikhov): remove this line when updated to spark 3.3
"unixodbc",
]