-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Blocker - P1
-
None
-
Affects Version/s: 3.0.1
-
Component/s: Writes
The following does not work:
- Reading from a database into a pyspark df
- Performing some modifications on df
- Overwriting that same database with df
In the end, the databse whould contain the updated version of df, but it is always blank, as the attached code snippet illustrates.