forked from D-Net/dnet-hadoop
added new type on MAG mapping
This commit is contained in:
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…
Reference in New Issue