Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Sedona properties can only be set when the spark context is created. That's because properties are read from the spark context instead of SparkSession.conf. It would be nice if properties could be changed at runtime. Just like https://spark.apache.org/docs/latest/configuration.html#runtime-sql-configuration
Then we could do
spark = ... spark.conf.set("sedona.use.index",true) // execute indexed query spark.conf.set("sedona.use.index",false) // execute non indexed query
Attachments
Issue Links
- links to