added new type on MAG mapping

pull/106/head
Sandro La Bruzzo 3 years ago
parent 745fa92db8
commit 7d6a80e2f2

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

Loading…
Cancel
Save