Commit Graph

17 Commits

Author SHA1 Message Date
Ayaz Salikhov
37c510fc8e Fix all typing issues 2022-01-23 12:44:16 +03:00
Ayaz Salikhov
3f6d683f76 Fix 2022-01-22 20:16:42 +03:00
Ayaz Salikhov
897b6e0544 Better warnings check 2022-01-22 19:43:47 +03:00
Ayaz Salikhov
606ad43920 Update test_spark_notebooks.py 2022-01-22 18:42:04 +03:00
Ayaz Salikhov
767d9f2273 Change timeout 2022-01-22 01:27:30 +02:00
Ayaz Salikhov
12b618c5da Unify docker usage in tests 2022-01-22 00:46:20 +02:00
Ayaz Salikhov
4049365492 Fix 2022-01-18 19:54:28 +03:00
Ayaz Salikhov
2a1316c9ac Add some typing to tests 2022-01-18 19:13:17 +03:00
Erik Sundell
fe3968efe0 pre-commit: run black autoformatter on all files 2021-06-28 22:07:23 +02:00
Ayaz Salikhov
5c860df8c4 Move assert after logs output to make debug easier 2021-06-27 13:19:05 +03:00
Ayaz Salikhov
4828b4146f Fix style in tests 2021-06-27 12:32:26 +03:00
Ayaz Salikhov
a8b7682fd6 Add newlines 2021-04-17 18:20:37 +03:00
romainx
1dd95bad2c Fix spark installation for Java 11 and Arrow 2020-12-13 11:58:46 +01:00
Ayaz Salikhov
e28a197b41 Fix 2020-07-04 20:33:55 +02:00
Ayaz Salikhov
b1e4688d5c Add automatic checks 2020-07-04 19:06:21 +02:00
Darek
568708d279 Upgrading Spark to 3.0, removing Toree 2020-06-19 00:52:51 +00:00
Romain
c83024c950 Add spark notebook tests and change examples
* Test added for all kernels
* Same examples as provided in the documentation (`specifics.md`)
* Used the same use case for all examples: sum of the first 100 whole numbers

Note: I've not automatically tested `local_sparklyr.ipynb` since it creates by default the `metastore_db` dir and the `derby.log` file in the working directory. Since I mount it in `RO` it's not working. I'm struggling to set it elsewhere...
2020-05-29 06:54:46 +02:00