delta
delta copied to clipboard
[Infra] Separate out delta-spark python tests
Which Delta project/connector is this regarding?
- [ ] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [X] Other (Infra)
Description
Separate out delta-spark python tests to their own GitHub CI
How was this patch tested?
CI tests
Does this PR introduce any user-facing changes?
No
Before this PR:
- delta-spark against Spark 3.5.2 -- Scala 2.12 :: 84, 115, 95 -- AVG: 98.00
- delta-spark against Spark 3.5.2 -- Scala 2.13 :: 65, 93, 78 -- AVG: 78.67
With this PR:
- delta-spark against Spark 3.5.2 -- Scala 2.12 :: 77, 108, 88 -- AVG: 91
- delta-spark against Spark 3.5.2 -- Scala 2.13 :: 71, 93, 84 -- AVG: 82.6
Hi, could you also consider this PR? It may help a bit: https://github.com/delta-io/delta/pull/2690
we also need to split out the same for the spark master isn it?
@tdas << we also need to split out the same for the spark master isn it? >> we don't run python tests for spark master at the moment