linliu-code commented on code in PR #12964:
URL: https://github.com/apache/hudi/pull/12964#discussion_r2110059446


##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/commit/TestUpsertPartitioner.java:
##########
@@ -311,7 +311,7 @@ public void 
testUpsertPartitionerWithSmallFileHandlingWithCanIndexLogFiles() thr
             
.withCompactionConfig(HoodieCompactionConfig.newBuilder().compactionSmallFileSize(1024).build())
             
.withStorageConfig(HoodieStorageConfig.newBuilder().parquetMaxFileSize(1024).build())
             .withIndexConfig(HoodieIndexConfig.newBuilder()
-                    .withIndexType(HoodieIndex.IndexType.HBASE)
+                    .withIndexType(HoodieIndex.IndexType.INMEMORY)

Review Comment:
   I changed to GLOBAL_SIMPLE, and the test failed. Only INMEMORY does not fail 
it. Set it to INMEMORY for 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