rahil-c opened a new pull request, #19701:
URL: https://github.com/apache/hudi/pull/19701

   ### Describe the issue this Pull Request addresses
   
   closes #19700
   
   ### Summary and Changelog
   
   `DocumentParser` and `EmbeddingProvider` are the two extension points of 
unstructured file ingestion, and 
`hoodie.streamer.source.unstructured.parser.class` and 
`hoodie.streamer.transformer.embedding.provider.class` exist so that users can 
supply their own implementations. Neither declared a stability level, while 
`Source` and `Transformer` next to them are both `@PublicAPIClass(maturity = 
STABLE)`.
   
   This marks both interfaces and their methods 
`@PublicAPIClass`/`@PublicAPIMethod` with `ApiMaturityLevel.EVOLVING`, matching 
how `Transformer` annotates itself. Annotations only, no behavior change.
   
   ### Impact
   
   Records that these two SPIs are still expected to change, so the signature 
work they need (carrying an object's URI, size and content type into the 
parser, and accepting inputs other than text in the provider) does not read as 
breaking later.
   
   ### Risk Level
   
   none
   
   ### Documentation Update
   
   none
   
   ### Contributor's checklist
   
   - [x] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [x] Enough context is provided in the sections above
   - [ ] Adequate tests were added if applicable
   


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