Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/20827#discussion_r175019770
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/namedExpressions.scala
---
@@ -324,14 +324,14 @@ case class AttributeReference(
* A place holder used when printing expressions without debugging
information such as the
* expression id or the unresolved indicator.
*/
-case class PrettyAttribute(
+case class PrettyNamedExpression(
--- End diff --
This rename looks a bit weird to me because now `PrettyNamedExpression`
extends `Attribute`.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]