nddipiazza commented on code in PR #2654:
URL: https://github.com/apache/tika/pull/2654#discussion_r2870077859


##########
tika-pipes/tika-pipes-core/src/main/java/org/apache/tika/pipes/core/server/EmitHandler.java:
##########
@@ -101,6 +101,11 @@ public PipesResult emitParseData(FetchEmitTuple t, 
MetadataListAndEmbeddedBytes
     private PipesResult emit(String taskId, EmitKey emitKey,
                       boolean isExtractEmbeddedBytes, 
MetadataListAndEmbeddedBytes parseData,
                       String parseExceptionStack, ParseContext parseContext) {
+        if (emitKey == EmitKey.NO_EMIT || emitKey.getEmitterId() == null) {

Review Comment:
   @tballison addressed in 
https://github.com/apache/tika/pull/2654/commits/d1e251a972d7789f655f62ffb566975abaa25677



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