Michael Armbrust created SPARK-11196: ----------------------------------------
Summary: Support for equality and pushdown of filters on some UDTs Key: SPARK-11196 URL: https://issues.apache.org/jira/browse/SPARK-11196 Project: Spark Issue Type: Bug Components: SQL Reporter: Michael Armbrust Today if you try and do any comparisons with UDTs it fails due to bad casting. However, in some cases the UDT is just a thing wrapper around a SQL type (StringType for example). In these cases we could just convert the UDT to its SQL type. Rough prototype: https://github.com/apache/spark/compare/apache:master...marmbrus:uuid-udt -- 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