rangareddy commented on issue #17326:
URL: https://github.com/apache/hudi/issues/17326#issuecomment-5351231614

   This issue was reviewed as part of the JIRA-migrated backlog triage 
(HUDI-8691).
   
   **Findings: still disabled on `master`.**
   
   
`hudi-utilities/src/test/java/org/apache/hudi/utilities/deltastreamer/TestHoodieDeltaStreamer.java:2316`:
   
   ```java
   @Disabled("HUDI-6753")
   public void testAsyncClusteringServiceSparkRecordType() throws Exception {
     testAsyncClusteringService(HoodieRecordType.SPARK);
   }
   ```
   
   One thing to note for whoever picks this up: the method carries `@Disabled` 
but **no `@Test`** annotation. Deleting the `@Disabled` line on its own will 
not re-register the test with JUnit; `@Test` has to be added back as well, 
otherwise it will silently keep not running.
   
   Keeping this open.
   


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