Davis-Zhang-Onehouse commented on code in PR #13618:
URL: https://github.com/apache/hudi/pull/13618#discussion_r2229828600


##########
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:
   because we initially create table as double col, later when register it 
again in the spark catalog we create it as int which causes mismatches.
   
   I extract the query str to be reused in both places now



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