how spark identified duplicate column name

后端 未结 0 874
萌比男神i
萌比男神i 2021-02-10 20:41

I have a simple question, about spark behavior

//scala
> df.printSchema
root
 |-- ID0: string (nullable = true)
 |-- id1: string (nullable = true)
 |-- Name: s         


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