We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9afb8c commit 7e23975Copy full SHA for 7e23975
core/src/test/scala/org/apache/spark/sql/statistics/StatisticsManagerSuite.scala
@@ -26,6 +26,8 @@ class StatisticsManagerSuite extends BaseTiSparkTest {
26
27
// fix issue: https://github.com/pingcap/tispark/issues/2573
28
test("Physical Plan should print EstimatedCount") {
29
+ // analyze table to avoid stats not be loaded
30
+ tidbStmt.execute("analyze table tpch_test.LINEITEM")
31
val df = spark
32
.sql("""select * from tidb_catalog.tpch_test.LINEITEM
33
|""".stripMargin)
0 commit comments