robin-sparkless 4.4.0

PySpark-like DataFrame API in Rust on Polars; no JVM.
Documentation
1
{"name":"cross_join_small","pyspark_version":"3.5.0","input":{"schema":[{"name":"i","type":"bigint"}],"rows":[[1]]},"right_input":{"schema":[{"name":"j","type":"string"}],"rows":[["a"],["b"]]},"operations":[{"op":"crossJoin"},{"op":"orderBy","columns":["i","j"],"ascending":[true,true]}],"expected":{"schema":[{"name":"i","type":"bigint"},{"name":"j","type":"string"}],"rows":[[1,"a"],[1,"b"]]}}