Hi,I'm testing the latest version of the databricks runtime but I'm getting errors doing a simple dropDuplicates.Using the following codedata = spark.read.table("some_table")
data.dropDuplicates(subset=['SOME_COLUMN']).count() I'm getting this error....