delta-io / delta-sharing

An open protocol for secure data sharing
https://delta.io/sharing
Apache License 2.0
719 stars 154 forks source link

Feature fix load as spark #509

Open Shabbir-Khan-12 opened 1 week ago

Shabbir-Khan-12 commented 1 week ago

Closes #508

Used SparkSession.active() instead of SparkSession.getActiveSession() in Delta-Sharing.py which returns a spark session regardless of any active session being present or not.