You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: fall back to Spark for MapSort with unsupported key types
Arrow's sort_to_indices does not support Struct (and other complex)
key types, so map_sort fails at runtime when the map key is a struct.
Check key type via supportedScalarSortElementType and fall back to
Spark when the key type is not natively sortable. This fixes 4
CollationSuite failures in spark-sql-auto-sql_core-1 for Spark 4.0:
'Group by on map containing structs with ...'.
0 commit comments