[GitHub] [spark] HyukjinKwon commented on a change in pull request #30156: [SPARK-33248][SQL] Add a configuration to control the legacy behavior of whether need to pad null value when value size less

2020-10-30 Thread GitBox
HyukjinKwon commented on a change in pull request #30156: URL: https://github.com/apache/spark/pull/30156#discussion_r514899964 ## File path: docs/sql-migration-guide.md ## @@ -51,6 +51,8 @@ license: | - In Spark 3.1, loading and saving of timestamps from/to parquet files

[GitHub] [spark] HyukjinKwon commented on a change in pull request #30156: [SPARK-33248][SQL] Add a configuration to control the legacy behavior of whether need to pad null value when value size less

2020-10-27 Thread GitBox
HyukjinKwon commented on a change in pull request #30156: URL: https://github.com/apache/spark/pull/30156#discussion_r513116060 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ## @@ -2748,6 +2748,16 @@ object SQLConf {

[GitHub] [spark] HyukjinKwon commented on a change in pull request #30156: [SPARK-33248][SQL] Add a configuration to control the legacy behavior of whether need to pad null value when value size less

2020-10-27 Thread GitBox
HyukjinKwon commented on a change in pull request #30156: URL: https://github.com/apache/spark/pull/30156#discussion_r513115971 ## File path: docs/sql-migration-guide.md ## @@ -49,6 +49,8 @@ license: | - In Spark 3.1, we remove the built-in Hive 1.2. You need to migrate

[GitHub] [spark] HyukjinKwon commented on a change in pull request #30156: [SPARK-33248][SQL] Add a configuration to control the legacy behavior of whether need to pad null value when value size less

2020-10-26 Thread GitBox
HyukjinKwon commented on a change in pull request #30156: URL: https://github.com/apache/spark/pull/30156#discussion_r512388260 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/BaseScriptTransformationExec.scala ## @@ -104,10 +104,16 @@ trait