viirya commented on a change in pull request #29587:
URL: https://github.com/apache/spark/pull/29587#discussion_r482706359
##########
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:
I'm not certain if we want to show it or not. Let's keep it as is and
see what others think.
----------------------------------------------------------------
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]