Re: Support Ordering on UserDefinedType
2015-11-03 23:20 GMT+01:00 Ionized : > TypeUtils.getInterpretedOrdering currently only supports AtomicType and > StructType. Is it possible to add support for UserDefinedType as well? Yes, make a PR to spark. https://github.com/apache/spark/blob/master/sql/catalyst/src/main/scala/org/apache/spark/
Support Ordering on UserDefinedType
TypeUtils.getInterpretedOrdering currently only supports AtomicType and StructType. Is it possible to add support for UserDefinedType as well? - Paul