You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/10/30 00:47:02 UTC

[GitHub] [spark] viirya commented on pull request #30190: [SPARK-33292][SQL] Make Literal ArrayBasedMapData string representation disambiguous

viirya commented on pull request #30190:
URL: https://github.com/apache/spark/pull/30190#issuecomment-719104012


   
   Seems it is still inconsistent between Logical Plan and Optimized Logical Plan? Although it is better after this change.
   
   ```scala
   == Analyzed Logical Plan ==
   a: int, b: map<string,string>
   Project [1 AS a#4, map(key1, value1) AS b#5]
   +- OneRowRelation
   
   == Optimized Logical Plan ==
   Project [1 AS a#4, map(keys: [key1], values: [value1]) AS b#5]
   +- OneRowRelation
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org