yihua commented on code in PR #13618:
URL: https://github.com/apache/hudi/pull/13618#discussion_r2229823336
##########
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:
Could the column stay integer type? Why does it fail?
--
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]