org.apache.spark.sql.AnalysisException: Try to map structto Tuple1 异常

spark.read.parquet(mypath).as[MyEntity]会遇到下面异常 org.apache.spark.sql.AnalysisException: Try to map struct<uid:string> to Tuple1, but failed as the number of fields does not line up.; at org.apache.spa
相关文章
相关标签/搜索