codope commented on code in PR #12266:
URL: https://github.com/apache/hudi/pull/12266#discussion_r1850711275
##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/index/TestHoodieIndexDefinition.java:
##########
@@ -0,0 +1,13 @@
+package org.apache.hudi.index;
+
+import org.apache.hudi.common.model.HoodieIndexDefinition;
+
+import org.junit.jupiter.api.Test;
+
+public class TestHoodieIndexDefinition {
+
+ @Test
+ public void testIndexNameWithoutPrefix() {
+ HoodieIndexDefinition indexDefinition = new
HoodieIndexDefinition("func_index_")
Review Comment:
What is being tested here? If it was for some local testing purpose, can we
remove it?
--
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]