Skip to content

Commit 4eaedc5

Browse files
committed
[SPARK-23934][SQL] Fixing scala style
1 parent 599656e commit 4eaedc5

File tree

1 file changed

+9
-9
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen

1 file changed

+9
-9
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -820,15 +820,15 @@ class CodegenContext {
820820
}
821821

822822
/**
823-
* Generates code to do null safe execution when accessing properties of complex
824-
* ArrayData elements.
825-
*
826-
* @param nullElements used to decide whether the ArrayData might contain null or not.
827-
* @param isNull a variable indicating whether the result will be evaluated to null or not.
828-
* @param arrayData a variable name representing the ArrayData.
829-
* @param execute the code that should be executed only if the ArrayData doesn't contain
830-
* any null.
831-
*/
823+
* Generates code to do null safe execution when accessing properties of complex
824+
* ArrayData elements.
825+
*
826+
* @param nullElements used to decide whether the ArrayData might contain null or not.
827+
* @param isNull a variable indicating whether the result will be evaluated to null or not.
828+
* @param arrayData a variable name representing the ArrayData.
829+
* @param execute the code that should be executed only if the ArrayData doesn't contain
830+
* any null.
831+
*/
832832
def nullArrayElementsSaveExec(
833833
nullElements: Boolean,
834834
isNull: String,

0 commit comments

Comments
 (0)