yihua commented on code in PR #19004:
URL: https://github.com/apache/hudi/pull/19004#discussion_r3410814534
##########
hudi-trino-plugin/src/test/java/io/trino/plugin/hudi/TestHudiAlluxioCacheFileOperations.java:
##########
@@ -87,12 +87,6 @@ public void testSelectWithFilter()
assertFileSystemAccesses(
query,
ImmutableMultiset.<FileOperation>builder()
- .addCopies(new FileOperation("Alluxio.readCached",
DATA), 2)
Review Comment:
We need the test coverage on the caching functionality. Could we run the
tests sequentially or independently to avoid race conditions that cause the
flakiness?
--
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]