the-other-tim-brown commented on code in PR #13407:
URL: https://github.com/apache/hudi/pull/13407#discussion_r2136752507


##########
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:
   I added the tag to the directories flagged by the `Suite` classes. For 
example, some tests under a `functional` directory are not currently tagged. Do 
we want to run them in the functional test suite or regular unit tests?



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