nsivabalan commented on code in PR #12511:
URL: https://github.com/apache/hudi/pull/12511#discussion_r1892520456
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/procedure/TestBootstrapProcedure.scala:
##########
@@ -93,6 +94,8 @@ class TestBootstrapProcedure extends
HoodieSparkProcedureTestBase {
spark.sql("set hoodie.datasource.write.row.writer.enable = false")
spark.sql(s"""call run_clustering(table => '$tableName')""".stripMargin)
assertResult(0)(spark.sql(s"select * from
$tableName").except(beforeClusterDf).count())
+
+ spark.sessionState.conf.unsetConf("unset
hoodie.metadata.index.column.stats.enable")
Review Comment:
[HUDI-8774](https://issues.apache.org/jira/browse/HUDI-8774) track bootstrap
support for col stats
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]