Harsh Motwani created SPARK-51748: ------------------------------------- Summary: UnsafeKVExternalSorter uses size() instead of length() Key: SPARK-51748 URL: https://issues.apache.org/jira/browse/SPARK-51748 Project: Spark Issue Type: Bug Components: SQL Affects Versions: 3.5.0, 4.0.0 Reporter: Harsh Motwani
This line tries to access the number of fields in a `StructType` using `size()`. However, `StructType` does not have a `size` attribute. Probably, some unintended API is being used here. It might need to be replaced by `length()` instead. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org