yihua commented on code in PR #13618:
URL: https://github.com/apache/hudi/pull/13618#discussion_r2229829576


##########
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:
   nit: try to avoid abbreviations
   ```suggestion
     private val createTableStatementProvider = () =>
   ```



-- 
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]

Reply via email to