[GitHub] [spark] HyukjinKwon commented on a change in pull request #27983: [SPARK-31936][SQL]Implement ScriptTransformation in sql/core

2020-06-26 Thread GitBox
HyukjinKwon commented on a change in pull request #27983: URL: https://github.com/apache/spark/pull/27983#discussion_r446011816 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/script/ScriptTransformationExec.scala ## @@ -0,0 +1,226 @@ +/* + * Licensed to

[GitHub] [spark] HyukjinKwon commented on a change in pull request #27983: [SPARK-31936][SQL]Implement ScriptTransformation in sql/core

2020-06-26 Thread GitBox
HyukjinKwon commented on a change in pull request #27983: URL: https://github.com/apache/spark/pull/27983#discussion_r446009254 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/script/ScriptTransformbase.scala ## @@ -0,0 +1,137 @@ +/* + * Licensed to the

[GitHub] [spark] HyukjinKwon commented on a change in pull request #27983: [SPARK-31936][SQL]Implement ScriptTransformation in sql/core

2020-06-26 Thread GitBox
HyukjinKwon commented on a change in pull request #27983: URL: https://github.com/apache/spark/pull/27983#discussion_r446003805 ## File path: sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/ScriptTransformationExec.scala ## @@ -1,468 +0,0 @@ -/* Review comment: