Github user nchammas commented on a diff in the pull request:
https://github.com/apache/spark/pull/18818#discussion_r131640333
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/types/AbstractDataType.scala
---
@@ -79,18 +79,6 @@ private[sql] class TypeCollection(private val types:
Seq[AbstractDataType])
private[sql] object TypeCollection {
/**
- * Types that can be ordered/compared. In the long run we should
probably make this a trait
- * that can be mixed into each data type, and perhaps create an
`AbstractDataType`.
- */
- // TODO: Should we consolidate this with RowOrdering.isOrderable?
--- End diff --
Just curious: Do we need to do anything with `RowOrdering.isOrderable`
given the change in this PR?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]