We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf186d commit 349543cCopy full SHA for 349543c
spark-cobol/src/main/scala/za/co/absa/cobrix/spark/cobol/utils/SparkUtils.scala
@@ -51,7 +51,7 @@ object SparkUtils extends Logging {
51
/**
52
* Returns true if Spark Data type is a primitive data type.
53
*
54
- * @param dataType Stark data type
+ * @param dataType Spark data type
55
* @return true if the data type is primitive.
56
*/
57
def isPrimitive(dataType: DataType): Boolean = {
0 commit comments