Davis-Zhang-Onehouse commented on code in PR #13618: URL: https://github.com/apache/hudi/pull/13618#discussion_r2229830200
########## hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/feature/index/testHoodieBackedTableMetadataIndexLookup.scala: ########## @@ -54,7 +54,29 @@ abstract class HoodieBackedTableMetadataIndexLookupTestBase extends HoodieSparkS protected var hoodieBackedTableMetadata: HoodieBackedTableMetadata = _ protected var testData: Seq[Seq[Any]] = _ protected var tmpDir: File = _ - + private val createTableStmtProvider = () => Review Comment: done -- 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]
