Open aagumin opened 1 year ago
There were some efforts to get runtime Spark version implicitly/automatically before, but it was reverted back because it caused issues https://github.com/awslabs/python-deequ/issues/111. You could take a look at what happened with the last attempt.
We would welcome ideas and PR to simplify this.
Hi! Why can't specifying the Pyspark version in environment variables be optional? like this
or
And default spark version ... like this
maybe i can do this and create PR?