79198692

Date: 2024-11-18 04:35:49
Score: 1
Natty:
Report link

The next step is convert your schema to upper case.

scol = [col.upper() for col in df.schema.fieldNames()]
df = df.toDF(*scol)

That solves your issue. Also, compare your table schema and df schema before write.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Srinimf