79708816

Date: 2025-07-21 09:11:55
Score: 1.5
Natty:
Report link

This is caused by a case-sensitivity issue, foo and Foo.
This can be resolved by adding
.config("spark.sql.caseSensitive", "true")

It will treat foo and Foo as different columns.

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