Skip to content

Commit 14fe17b

Browse files
Update spark-cobol/src/main/scala/za/co/absa/cobrix/spark/cobol/utils/SparkUtils.scala
Co-authored-by: Kevin Wallimann <[email protected]>
1 parent 6348cab commit 14fe17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark-cobol/src/main/scala/za/co/absa/cobrix/spark/cobol/utils/SparkUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ object SparkUtils extends Logging {
5151
/**
5252
* Returns true if Spark Data type is a primitive data type.
5353
*
54-
* @param dataType Stark data type
54+
* @param dataType Spark data type
5555
* @return true if the data type is primitive.
5656
*/
5757
def isPrimitive(dataType: DataType): Boolean = {

0 commit comments

Comments
 (0)