79548454

Date: 2025-04-01 11:13:12
Score: 1
Natty:
Report link

Spark now supports the ilike (case insensitive LIKE) statement since version 3.3.0.

You should be able to use your command:

results = spark.sql("select * from df_sql_view where name ILIKE '%i%'")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rafael Amaral