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


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/feature/index/testHoodieBackedTableMetadataIndexLookup.scala:
##########
@@ -154,7 +154,7 @@ abstract class HoodieBackedTableMetadataIndexLookupTestBase 
extends HoodieSparkS
          |create table $tableName (
          |  id string,
          |  name string,
-         |  price int,
+         |  price double,

Review Comment:
   Should the `CREATE TABLE` statement be reused (same String val) across 
`ensureTableExists` and `setupSharedTestData`



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