cancel
Showing results for 
Search instead for 
Did you mean: 
wissamimad
New Contributor
since ‎09-25-2023
‎09-27-2023

User Stats

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have a dataframe that is a series of transformation of big data (167 million rows) and I want to write it to delta files and tables using the below :  try: (df_new.write.format('delta') .option("delta.minReaderVersion", "2") .optio...