maropu commented on a change in pull request #29587:
URL: https://github.com/apache/spark/pull/29587#discussion_r480103193
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/complexTypeCreator.scala
##########
@@ -546,7 +547,8 @@ case class StringToMap(text: Expression, pairDelim:
Expression, keyValueDelim: E
case class WithFields(
structExpr: Expression,
names: Seq[String],
- valExprs: Seq[Expression]) extends Unevaluable {
+ valExprs: Seq[Expression],
+ sortColumns: Boolean = false) extends Unevaluable {
Review comment:
How about defining `toString` for not displaying this value in explain
output?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]