Skip to content

Commit

Permalink
update AlluxioCacheInputHelper and TestAlluxioCacheFileSystemAccessOp…
Browse files Browse the repository at this point in the history
…erations
  • Loading branch information
JiamingMai committed Apr 18, 2024
1 parent b76e99c commit b51fbdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ private void assertCacheOperations(Location location, byte[] content, int readTi
private Multiset<CacheOperationSpan> getCacheOperations(List<SpanData> spans)
{
return spans.stream().filter(span -> span.getName().startsWith("Alluxio"))
.map(CacheOperationSpan::create)
.map(CacheOperationSpan::create)
.collect(toCollection(HashMultiset::create));
}

Expand Down

0 comments on commit b51fbdf

Please sign in to comment.