Add new StructField to Array of StructFields in scala

前端 未结 0 1528
我寻月下人不归
我寻月下人不归 2020-12-10 01:33

I have a schema for json data defined as

val gpsSchema: StructType = 
  StructType(Array(
    StructField("Name",StringType,true),
    StructField(&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题