maropu commented on a change in pull request #30156:
URL: https://github.com/apache/spark/pull/30156#discussion_r512696243



##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2748,6 +2748,16 @@ object SQLConf {
       .checkValue(_ > 0, "The timeout value must be positive")
       .createWithDefault(10L)
 
+  val LEGACY_SCRIPT_TRANSFORM_PAD_NULL =
+    buildConf("spark.sql.legacy.transformationPadNullWhenValueLessThenSchema")
+      .internal()
+      .doc("Whether pad null value when transformation output value size less 
then schema size." +
+        "When true, we pad NULL value to keep same behavior with hive." +
+        "When false, we keep origin behavior")

Review comment:
       Please describe what's `origin behavior` here, too.




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



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

Reply via email to