修改Spark源码后得到的异常

我使用Project算子修改Spark源码,编译成功后,进行测试,得到如下异常:
org.apache.spark.sql.AnalysisException: Try to map structage:bigint,name:string to Tuple3, but failed as the number of fields does not line up.;

https://yq.aliyun.com/wenzhang/show_118162