试一下 spark.sql(“explain select * from test.t1”)
或者 spark.sql(“explain cost select * from test.t1”)
这个是spark 的 sql 不是 tidb的sql语法不一样
spark.sql(“explain select * from test.t1”)
https://spark.apache.org/docs/latest/sql-ref-syntax-qry-explain.html
试一下 spark.sql(“explain select * from test.t1”)
或者 spark.sql(“explain cost select * from test.t1”)
这个是spark 的 sql 不是 tidb的sql语法不一样
spark.sql(“explain select * from test.t1”)
https://spark.apache.org/docs/latest/sql-ref-syntax-qry-explain.html