[ https://issues.apache.org/jira/browse/SPARK-3593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14154863#comment-14154863 ]
Venkata Ramana G commented on SPARK-3593: ----------------------------------------- BinaryType is currently not derived under NativeType and does not have Ordering Support. So BinaryType can be moved under NativeType as it already has JvmType defined, and required to implement Ordering. Hive also identifies BinaryType these types under Primitive Types keeping other complex types like Arrays,Maps,Structs and union as Complex Types. This is similar to current TimestampType handling. > Support Sorting of Binary Type Data > ----------------------------------- > > Key: SPARK-3593 > URL: https://issues.apache.org/jira/browse/SPARK-3593 > Project: Spark > Issue Type: New Feature > Components: SQL > Affects Versions: 1.1.0 > Reporter: Paul Magid > > If you try sorting on a binary field you currently get an exception. Please > add support for binary data type sorting. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org