You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
Enable setting properties in the RuntimeConf / session.conf object for migration scenarions
SNOW-1824418: Enable setting properties in the RuntimeConf / session.conf object for migration scenarions
Nov 23, 2024
What is the current behavior?
Currently session.conf can only set actual properties, but in spark the conf object can be used as a dictionary to hold program settings
What is the desired behavior?
when
session.conf.compatibility_mode = True
allow setting/getting random propertiesHow would this improve
snowflake-snowpark-python
?This will ease migration scenarios from spark code.
References, Other Background
https://spark.apache.org/docs/latest/api/java/org/apache/spark/SparkConf.html#set-java.lang.String-java.lang.String-
The text was updated successfully, but these errors were encountered: