added new type on MAG mapping

This commit is contained in:
Sandro La Bruzzo 2021-04-16 09:14:15 +02:00
parent 745fa92db8
commit 7d6a80e2f2
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ import org.slf4j.{Logger, LoggerFactory}
object SparkImportMagIntoDataset {
val datatypedict = Map(
"bool" -> BooleanType,
"int" -> IntegerType,
"uint" -> IntegerType,
"long" -> LongType,