Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
follow commnet
  • Loading branch information
AngersZhuuuu committed Aug 13, 2020
commit a812333eae223033d501e4b7e1efceaef2e51217
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ import org.apache.spark.util.CircularBuffer
* @param input the set of expression that should be passed to the script.
* @param script the command that should be executed.
* @param output the attributes that are produced by the script.
* @param child Child Operator
* @param ioschema The wrapper classes of input and output schema properties
* @param child logical plan whose output is transformed
* @param ioschema the wrapper classes of input and output schema properties
*/
case class SparkScriptTransformationExec(
input: Seq[Expression],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ import org.apache.spark.util.{CircularBuffer, Utils}
* @param input the set of expression that should be passed to the script.
* @param script the command that should be executed.
* @param output the attributes that are produced by the script.
* @param child Child Operator
* @param ioschema The wrapper classes of input and output schema properties
* @param child logical plan whose output is transformed
* @param ioschema the wrapper classes of input and output schema properties
*/
case class HiveScriptTransformationExec(
input: Seq[Expression],
Expand Down