yihua commented on code in PR #13407:
URL: https://github.com/apache/hudi/pull/13407#discussion_r2136871645
##########
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/index/bucket/TestBucketIdentifier.java:
##########
@@ -26,13 +26,15 @@
import org.apache.avro.Schema;
import org.apache.avro.generic.GenericData;
import org.apache.avro.generic.GenericRecord;
+import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import java.util.Arrays;
import java.util.List;
import static org.junit.jupiter.api.Assertions.assertEquals;
+@Tag("functional")
Review Comment:
Mentioned here:
https://github.com/apache/hudi/pull/13407#pullrequestreview-2911882842 it's
mainly for grouping tests in Azure to balance job completion time. So I
suggest keeping the existing tagging if that does not affect logging for your
debugging.
--
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]