yaooqinn commented on a change in pull request #30918:
URL: https://github.com/apache/spark/pull/30918#discussion_r548827940



##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/CharVarcharUtils.scala
##########
@@ -126,6 +126,16 @@ object CharVarcharUtils extends Logging {
     }
   }
 
+  /**
+   * Re-construct the original schema from the type string in the given 
metadata of each field.
+   */
+  def restoreCharVarCharInSchema(schema: StructType): StructType = {

Review comment:
       sgtm




----------------------------------------------------------------
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]

Reply via email to