Skip to content

Commit

Permalink
Update spark-cobol/src/main/scala/za/co/absa/cobrix/spark/cobol/utils…
Browse files Browse the repository at this point in the history
…/SparkUtils.scala

Co-authored-by: Kevin Wallimann <[email protected]>
  • Loading branch information
yruslan and kevinwallimann committed Dec 19, 2024
1 parent acf186d commit 349543c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object SparkUtils extends Logging {
/**
* Returns true if Spark Data type is a primitive data type.
*
* @param dataType Stark data type
* @param dataType Spark data type
* @return true if the data type is primitive.
*/
def isPrimitive(dataType: DataType): Boolean = {
Expand Down

0 comments on commit 349543c

Please sign in to comment.